balances
DeadAccount
interface:
balances.DeadAccount.issummary: Beneficiary account must pre-exist.
DeltaZero
interface:
balances.DeltaZero.issummary: The delta cannot be zero.
ExistentialDeposit
interface:
balances.ExistentialDeposit.issummary: Value too low to create account due to existential deposit.
ExistingVestingSchedule
interface:
balances.ExistingVestingSchedule.issummary: A vesting schedule already exists for this account.
Expendability
interface:
balances.Expendability.issummary: Transfer/payment would kill account.
InsufficientBalance
interface:
balances.InsufficientBalance.issummary: Balance too low to send value.
IssuanceDeactivated
interface:
balances.IssuanceDeactivated.issummary: The issuance cannot be modified since it is already deactivated.
LiquidityRestrictions
interface:
balances.LiquidityRestrictions.issummary: Account liquidity restrictions prevent withdrawal.
TooManyFreezes
interface:
balances.TooManyFreezes.issummary: Number of freezes exceed
MaxFreezes.
TooManyHolds
interface:
balances.TooManyHolds.issummary: Number of holds exceed
VariantCountOf<T::RuntimeHoldReason>.
TooManyReserves
interface:
balances.TooManyReserves.issummary: Number of named reserves exceed
MaxReserves.
VestingBalance
interface:
balances.VestingBalance.issummary: Vesting balance too high to send value.