plugin/auth/exceptions library
Exceptions / Errors
- AuthException
- Base type for all Authentication related exceptions.
- CreateUserFailure
- Exception thrown when creating a user fails.
- DeleteAccountFailure
- Exception thrown when the account deletion fails.
- LoginMethodCanceled
- Exception thrown when a login method is canceled.
- LoginMethodFailure
- Exception thrown when a login method fails.
- LogoutFailure
- Exception thrown when the logout fails.
- SendEmailLinkFailure
- Exception thrown when sending an email-link for logging in.
- SendPasswordResetEmailFailure
- Exception thrown when sending a password reset email.