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

