Exceptions
BackendError
Bases: Exception
BadQueryError
Bases: BackendError
Raised when a query is invalid or not supported.
BadTestError
Bases: Exception
Raised for errors that should never be reached outside of tests.
DeletedError
Bases: NotFoundError
Raised when a requested object is found but has been marked deleted.
NotAuthorizedError
Bases: BackendError
NotFoundError
Bases: BackendError
Raised when a requested object is not found (usually in the database).
NotLoadedError
Bases: BackendError
Raised when trying to access relationship on a model that has not been loaded.
UserOutOfCreditsError
Bases: BackendError