Exceptions¶
- exception intents.exceptions.IntentsError[source]¶
Bases:
ExceptionBase exception for all Intents API errors.
- exception intents.exceptions.IntentsAPIError(status_code, message)[source]¶
Bases:
IntentsErrorRaised when the API returns an error response.
- exception intents.exceptions.IntentsAuthError(status_code, message)[source]¶
Bases:
IntentsAPIErrorRaised when the API returns a 401 Unauthorized response.