module documentation
Exceptions raised for HubAI API and user-input failures.
Service functions translate HTTP failures into this hierarchy so callers
do not need to inspect status codes. Catch HubApiError to handle every
remote API failure, or one of its subclasses when recovery depends on
the cause.
| Exception | |
Base exception for errors reported by the HubAI API. |
| Exception | |
Raised when SDK input is incomplete or internally inconsistent. |
| Exception | |
Raised when an operation conflicts with an existing resource. |
| Exception | |
Raised when a requested HubAI resource cannot be resolved. |
| Exception | |
Raised when HubAI rejects request fields or values. |