AuthException

open class AuthException : ServiceException

This exception is considered the top-level or "catch-all" for problems related to user account actions. The exact reason for the error can be found in Throwable.message.

Generally, this exception does not need to be caught as more specific subtypes are available. These will be documented for the relevant API methods.

See also

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?

Inheritors

UserAlreadyConfirmedException
Link copied to clipboard
UserNotFoundException
Link copied to clipboard
UserAlreadyExistsException
Link copied to clipboard
InvalidCredentialsException
Link copied to clipboard