Exceptions¶
ClientError
¶
Bases:
Raised when the API returns a 4xx status code.
InternalServerError
¶
Bases:
Raised when the API returns a 5xx status code.
ResponseError
¶
Bases:
Raised when an API response is empty or has an unexpected format.
RetryLimitExceeded
¶
Bases:
Raised when the retry limit is exceeded.
RetryableException
¶
Bases:
Class for exceptions which should be retryable. Never raise this yourself.
TooManyRequests
¶
Bases:
Raised when the API returns a 429 status code.