rasenmaeher_api.db.errors
Errors
Module Contents
- exception BackendError[source]
Bases:
RuntimeErrorFailure from a dependent backend
- exception DBError[source]
Bases:
RuntimeErrorUndefined DB error
- exception DBFetchError[source]
Bases:
ValueError,DBErrorVarious issues when fetching an object that are input dependent
- exception NotFound(*args)[source]
Bases:
DBFetchError,starlette.exceptions.HTTPExceptionObject was not found
- Parameters:
args (Sequence[Any])
- exception Deleted(*args)[source]
Bases:
NotFoundObject was deleted
- Parameters:
args (Sequence[Any])
- exception ForbiddenOperation[source]
Bases:
RuntimeErrorForbidden operation
- exception CallsignReserved(*args)[source]
Bases:
starlette.exceptions.HTTPException,EnrollmentError,ValueErrorCallsign is already reserved
- Parameters:
args (Sequence[Any])
- exception PoolInactive[source]
Bases:
EnrollmentError,ForbiddenOperationInactive pool forbidden operations
- exception TokenReuse(*args)[source]
Bases:
starlette.exceptions.HTTPException,ValueErrorToken is already reserved
- Parameters:
args (Sequence[Any])