thunderbird_accounts.authentication.exceptions
Exceptions
|
|
|
|
|
|
|
Generic error |
|
|
|
- exception thunderbird_accounts.authentication.exceptions.KeycloakError(details, *args, **kwargs)[source]
Bases:
RuntimeError
Generic error
- exception thunderbird_accounts.authentication.exceptions.InvalidDomainError(username, *args, **kwargs)[source]
Bases:
KeycloakError
- exception thunderbird_accounts.authentication.exceptions.ImportUserError(error, username: str | None = None, *args, **kwargs)[source]
Bases:
KeycloakError
- exception thunderbird_accounts.authentication.exceptions.UpdateUserError(error, username: str | None = None, *args, **kwargs)[source]
Bases:
KeycloakError
- exception thunderbird_accounts.authentication.exceptions.DeleteUserError(error, oidc_id: str | None = None, *args, **kwargs)[source]
Bases:
KeycloakError