Exceptions

exception intents.exceptions.IntentsError[source]

Bases: Exception

Base exception for all Intents API errors.

exception intents.exceptions.IntentsAPIError(status_code, message)[source]

Bases: IntentsError

Raised when the API returns an error response.

exception intents.exceptions.IntentsAuthError(status_code, message)[source]

Bases: IntentsAPIError

Raised when the API returns a 401 Unauthorized response.