reviewboard.accounts.errors¶
- exception UserQueryError(msg)[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.