reviewboard.accounts.errors¶
Exception classes for accounts.
- exception LoginNotAllowedError[source]¶
Bases:
Exception
An error when a user login is not allowed.
This error is used when a user cannot log in, for example, if the user is marked inactive.
New in version 6.0.3.
- exception UserQueryError(msg: str)[source]¶
Bases:
Exception
An error for when a user query fails during user population.
This error is used by authentication backends implementing the
populate_users()
method to report when an error has occurred that should be reported back to the caller.