View on GitHub

sensibill-android-documentation

com.getsensibill.sensibillauth / SensibillAuth / AuthError

AuthError

enum class AuthError

Enum Values

Name Summary
LOCKED_ACCOUNT Error representing authentication failure due to a locked user account
RESET_PASSWORD Error representing authentication failure which requires the user’s password to be reset
EXPIRED_TOKEN Error representing authentication failure due to token being expired
NETWORK_ERROR Error representing authentication failure due to network availability issues
INVALID_CREDENTIALS Error representing authentication failure due to invalid user credentials
INVALID_CLIENT_CREDENTIALS Error representing authentication failure due to invalid client credentials (client-key, client-secret, redirect url etc.)
WEAK_PASSWORD Error representing registration failure due to a weak password
UNKNOWN_USER Error representing authentication failure due to PasswordAuthentication not being able to find cached user
UNKNOWN_ERROR Generic authentication error
EXISTING_USER Error representing registration failure due to user already existing
USER_REGISTERED_PLEASE_LOGIN Error representing authentication failure due to a failed log-in after registration

Properties

Name Summary
shortDescription val shortDescription: String