data class InvalidCredentials(val message: String = "Invalid credentials", val cause: Throwable? = null) : AuthError
Constructors
constructor(message: String = "Invalid credentials", cause: Throwable? = null)
Properties
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
code | AuthErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |

