Exceptions
ClientErrorException
BadRequestException
Bases: ClientErrorException
Equivalent to HTTP code 400
UnauthorizedException
Bases: ClientErrorException
Equivalent to HTTP code 401
ForbiddenException
Bases: ClientErrorException
Equivalent to HTTP code 403
NotFoundException
Bases: ClientErrorException
Equivalent to HTTP code 404
MethodNotAllowedException
Bases: ClientErrorException
Equivalent to HTTP code 405
NotAcceptableException
Bases: ClientErrorException
Equivalent to HTTP code 406
ConflictException
Bases: ClientErrorException
Equivalent to HTTP code 409
PayloadTooLargeException
Bases: ClientErrorException
Equivalent to HTTP code 413
UnprocessableContentException
Bases: ClientErrorException
Equivalent to HTTP code 422
ServerErrorException
InternalServerErrorException
Bases: ServerErrorException
Equivalent to HTTP code 500
NotImplementedException
Bases: ServerErrorException
Equivalent to HTTP code 501
BadGatewayException
Bases: ServerErrorException
Equivalent to HTTP code 502
ServiceUnavailableException
Bases: ServerErrorException
Equivalent to HTTP code 503
GatewayTimeoutException
Bases: ServerErrorException
Equivalent to HTTP code 504
MissingConfigurationException
InvalidAttributeError
MissingDependencyException
DatabaseMapperError
DatabaseSessionError
Bases: InternalServerErrorException
Raised when there is an error with the database session.
InstrumentedAttributeMissing
AlreadyExistsException
Bases: ForbiddenException
Raised when attempting to create a resource that already exists.
TypingFactoryException
ModelClassFactoryException
DefaultFactoryException
ObjectConversionNotSupported
ObjectConversionNotAllowed
ObjectConversionError
UnionArgumentError
MixedArgumentTypesError
MissingAttributeError
ClassMismatchException
LoggingHandlerException
ClassFactoryException
IdentityError
UserNotFoundException
Bases: UnauthorizedException
Raised when a user is not found during authentication.
InvalidCredentialsException
Bases: UnauthorizedException
Raised when provided credentials are invalid.
NotSupportedException
Bases: ForbiddenException
Raised when an operation is not supported by the identity provider.
InsufficientPermissionsException
Bases: ForbiddenException
Raised when the identity lacks sufficient permissions for an operation.
TokenError
TokenExpiredException
Bases: UnauthorizedException
Raised when a token has expired.
InvalidSignatureException
Bases: UnauthorizedException
Raised when a token has an invalid signature.
InvalidTokenException
Bases: UnauthorizedException
Raised when a token is invalid.
TokenPayloadException
TokenCreationException
UnknownUserException
Bases: BadRequestException
Raised when a referenced user cannot be found.
EmptyValueException
Bases: BadRequestException
Raised when a required value is empty.
UnknownTokenException
Bases: UnauthorizedException
Raised when a token is not recognized.
WrongPasswordException
Bases: BadRequestException
Raised when an incorrect password is provided.
MissingPasswordException
Bases: InternalServerErrorException
Raised when a required password is missing from the request or configuration.