argus_api.exceptions package

Submodules

argus_api.exceptions.http module

exception argus_api.exceptions.http.AccessDeniedException(json_or_response, errors=None)[source]

Bases: argus_api.exceptions.http.ArgusException

Used for HTTP 403

exception argus_api.exceptions.http.ArgusException(json_or_response, errors=None)[source]

Bases: Exception

exception argus_api.exceptions.http.AuthenticationFailedException(json_or_response, errors=None)[source]

Bases: argus_api.exceptions.http.ArgusException

Used for HTTP 401

exception argus_api.exceptions.http.MultipleValidationErrorException[source]

Bases: Exception

exception argus_api.exceptions.http.ObjectNotFoundException(json_or_response, errors=None)[source]

Bases: argus_api.exceptions.http.ArgusException

Used for HTTP 404

exception argus_api.exceptions.http.ValidationErrorException(json_or_response, errors=None)[source]

Bases: argus_api.exceptions.http.ArgusException

Used for HTTP 412

Module contents