Sealed Interfaces
BalanceError
Kotlin Sealed Interface
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Sealed Interface
sealed interface BalanceError : CrossmintError
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
code | BalanceErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |
Was this page helpful?
