Errors¶
- class AuthenticationWarning[source]¶
An authentication warning is thrown when an unauthenticated API session is initiated.
- class FileDownloadError(resource: str, resource_id: str, filename: str)[source]¶
FileDownloadError is thrown when a file fails to download.
- class ImpersonationError(resp, **kwargs)[source]¶
An ImpersonationError exists when there is an issue with user impersonation.
- response¶
This is the Response object that had caused the Exception to fire.
- Type:
request.Response
- class PasswordComplexityError(resp, **kwargs)[source]¶
PasswordComplexityError is thrown when attempting to change a password and the password complexity is insufficient.
- response¶
This is the Response object that had caused the Exception to fire.
- Type:
request.Response