Error

open class Error(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
val cause: String

Contains error message explaining the reason of auth failure.

Link copied to clipboard
val message: String