Error
open class Error : AuthenticationFailedCause
Represents a case when authentication mechanism failed
Parameters
message
- describing the cause of the authentication failure
Constructors
Error(message: String) Represents a case when authentication mechanism failed |
Properties
val Contains error message explaining the reason of auth failure. |
|
val message: String describing the cause of the authentication failure |