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)
Short error message

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): String
copy
Link copied to clipboard
common
fun copy(error: String, description: String): AuthenticationError
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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

Sources

(source)
Link copied to clipboard