data class Unauthorized(val message: String, val cause: Throwable? = null) : BalanceError
Constructors
constructor(message: String, cause: Throwable? = null)
Properties
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
code | BalanceErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |

