Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 576 Bytes

exceptions.rst

File metadata and controls

18 lines (14 loc) · 576 Bytes

Exceptions

If an error occurs, the API attempts to roll the error into an appropriate Exception class.

Exception Classes

cbapi.errors.ApiError

cbapi.errors.CredentialError

cbapi.errors.ServerError

cbapi.errors.ObjectNotFoundError

cbapi.errors.MoreThanOneResultError

cbapi.errors.InvalidObjectError

cbapi.errors.TimeoutError

cbapi.response.live_response_api.LiveResponseError