TokenError
28 10 variantsErrors related to token/balance operations
Nested inside DispatchError variant Token. When a DispatchError is this variant, the nested value is one of the variants below.
Variants
| Index | Name | Description |
|---|---|---|
| 0 | FundsUnavailable | Account balance is too low for the requested operation |
| 1 | OnlyProvider | Account cannot be removed because it is the only provider |
| 2 | BelowMinimum | Operation would bring account below the existential deposit |
| 3 | CannotCreate | Account cannot be created (e.g., existential deposit not met) |
| 4 | UnknownAsset | The asset is unknown (not relevant for TAO-only chains) |
| 5 | Frozen | Funds exist but are frozen and cannot be used |
| 6 | Unsupported | Operation is not supported for this token type |
| 7 | CannotCreateHold | Cannot place a hold on the account |
| 8 | NotExpendable | Account that must stay alive cannot have its funds completely removed |
| 9 | Blocked | Account is blocked from this operation |
Type Information
- Type ID
- 28
- Path
- sp_runtime::TokenError
- Variant Count
- 10
- Runtime
- v393