Exceptions
| Exception | Description |
|---|---|
OuterProductError |
Base class for all SDK exceptions. |
APIError |
Raised when the API returns an error response. |
AuthenticationError |
Invalid or missing API credentials. |
NotFoundError |
Requested resource doesn't exist. |
ValidationError |
Request body failed server-side validation. |
ServerError |
5xx response from the server. |
ConnectionError |
Network-level failure reaching the API. |
PollTimeoutError |
Async job didn't complete within the configured timeout. |