arthurai.common.exceptions#
Functions
|
Decorator to wrap user-facing Arthur functions with exception handling that describes to the user whether the error is their fault or is our fault and should be reported. |
Exceptions
|
Exception raised when failing to download from an external source e.g. |
|
Base Error for Arthur SDK. |
|
Exception raised when user input is correct but an error occurs. |
|
Exception raised due to incorrect user input to the Arthur SDK. |
|
Exception raised when a field or property should be available from Arthur but is unexpectedly missing. |
|
Exception raised when a 403 Forbidden response is received from the API. |
|
Exception raised when a value is unexpected. |
|
Exception raised when a value is unexpected. |
|
Exception raised when the method called is not valid for the resource. |
|
Exception raised when parameters supplied to the Arthur SDK are missing. |
|
Exception raised when a 402 response is received from the API due to a user trying to access features not available in their plan. |
|
Exception raised when a 4XX response is received from the API. |
|
Exception raised when a 3XX response is unexpectedly received from the API. |
|
Exception raised when a 5XX response is received from the API. |
|
Exception raised when a user supplies an argument of the incorrect type to the Arthur SDK. |
|
Exception raised when a user supplies an invalid value to the Arthur SDK. |