exception documentation
class HubApiError(Exception):
Known subclasses: hubai_sdk.errors.ResourceConflictError, hubai_sdk.errors.ResourceNotFoundError, hubai_sdk.errors.ValidationError
Constructor: HubApiError(message, status_code)
Base exception for errors reported by the HubAI API.
| Method | __init__ |
Undocumented |
| Instance Variable | status |
HTTP status code returned by HubAI, when available. |