mirror of
https://git.proxmox.com/git/flutter/proxmox_dart_api_client.git
synced 2025-12-06 09:52:30 +00:00
No description
The `NSErrorClientException` catch clause was not being executed because it's a subtype of `ClientException`. This resulted in showing the actual error from the package instead of our custom error message when the SSL/TLS handshake failed. Fixed the issue by reordering the on catch clauses. Signed-off-by: Shan Shaji <s.shaji@proxmox.com> Link: https://lore.proxmox.com/20251017113428.51347-1-s.shaji@proxmox.com |
||
|---|---|---|
| lib | ||
| test | ||
| .gitignore | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
To run builds for model classes use: pub run build_runner build
or if you like use a watcher: pub run build_runner watch