AuthenticationError

@Serializable
data class AuthenticationError(val error: String, val description: String? = null)(source)

An exception during the authentication process

Parameters

error

Short error message

description

More detailed description of the error

Constructors

Link copied to clipboard
constructor(error: String, description: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "error_description")
val description: String? = null
Link copied to clipboard