Error

open class Error(val message: String) : AuthenticationFailedCause

Represents a case when authentication mechanism failed.

Parameters

message

describing the cause of the authentication failure.

Constructors

Link copied to clipboard
fun Error(vararg placeholder: Unit, cause: String)
Link copied to clipboard
fun Error(message: String)

Properties

Link copied to clipboard

Contains an error message explaining the reason of authentication failure.

Link copied to clipboard