AuthenticationError

data class AuthenticationError(error: String, description: String?)

An exception during the authentication process

Parameters

error

Short error message

description

More detailed description of the error

Constructors

AuthenticationError
Link copied to clipboard
common
fun AuthenticationError(error: String, description: String? = null)
Short error message

Properties

description
Link copied to clipboard
common
val description: String? = null
More detailed description of the error
error
Link copied to clipboard
common
val error: String
Short error message

Sources

common source
Link copied to clipboard