TokenError

28 10 variants

Errors 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

IndexNameDescription
0FundsUnavailableAccount balance is too low for the requested operation
1OnlyProviderAccount cannot be removed because it is the only provider
2BelowMinimumOperation would bring account below the existential deposit
3CannotCreateAccount cannot be created (e.g., existential deposit not met)
4UnknownAssetThe asset is unknown (not relevant for TAO-only chains)
5FrozenFunds exist but are frozen and cannot be used
6UnsupportedOperation is not supported for this token type
7CannotCreateHoldCannot place a hold on the account
8NotExpendableAccount that must stay alive cannot have its funds completely removed
9BlockedAccount is blocked from this operation

Type Information

Type ID
28
Path
sp_runtime::TokenError
Variant Count
10
Runtime
v393