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