data class ServiceNotInitialized(val message: String = "Wallet service not initialized", val cause: Throwable? = null) : WalletError
Constructors
constructor(message: String = "Wallet service not initialized", cause: Throwable? = null)
Properties
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
code | WalletErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |

