staking
AlreadyBonded
interface:
staking.AlreadyBonded.issummary: Stash is already bonded.
AlreadyClaimed
interface:
staking.AlreadyClaimed.issummary: Rewards for this era have already been claimed for this validator.
AlreadyMigrated
interface:
staking.AlreadyMigrated.issummary: The stake of this account is already migrated to
Fungibleholds.
AlreadyPaired
interface:
staking.AlreadyPaired.issummary: Controller is already paired.
BadState
interface:
staking.BadState.issummary: Internal state has become somehow corrupted and the operation cannot continue.
BadTarget
interface:
staking.BadTarget.issummary: A nomination target was supplied that was blocked or otherwise not a validator.
BoundNotMet
interface:
staking.BoundNotMet.issummary: Some bound is not met.
CannotChillOther
interface:
staking.CannotChillOther.issummary: The user has enough bond and thus cannot be chilled forcefully by an external person.
CannotReapStash
interface:
staking.CannotReapStash.issummary: Stash could not be reaped as other pallet might depend on it.
CannotRestoreLedger
interface:
staking.CannotRestoreLedger.issummary: Cannot reset a ledger.
CommissionTooLow
interface:
staking.CommissionTooLow.issummary: Commission is too low. Must be at least
MinCommission.
ControllerDeprecated
interface:
staking.ControllerDeprecated.issummary: Used when attempting to use deprecated controller account logic.
DuplicateIndex
interface:
staking.DuplicateIndex.issummary: Duplicate index.
EmptyTargets
interface:
staking.EmptyTargets.issummary: Targets cannot be empty.
FundedTarget
interface:
staking.FundedTarget.issummary: Attempting to target a stash that still has funds.
IncorrectHistoryDepth
interface:
staking.IncorrectHistoryDepth.issummary: Incorrect previous history depth input provided.
IncorrectSlashingSpans
interface:
staking.IncorrectSlashingSpans.issummary: Incorrect number of slashing spans provided.
InsufficientBond
interface:
staking.InsufficientBond.issummary: Cannot have a validator or nominator role, with value less than the minimum defined by governance (see
MinValidatorBondandMinNominatorBond). If unbonding is the intention,chillfirst to remove one’s role as validator/nominator.
InvalidEraToReward
interface:
staking.InvalidEraToReward.issummary: Invalid era to reward.
InvalidNumberOfNominations
interface:
staking.InvalidNumberOfNominations.issummary: Invalid number of nominations.
InvalidPage
interface:
staking.InvalidPage.issummary: No nominators exist on this page.
InvalidSlashIndex
interface:
staking.InvalidSlashIndex.issummary: Slash record index out of bounds.
NoMoreChunks
interface:
staking.NoMoreChunks.issummary: Can not schedule more unlock chunks.
NotController
interface:
staking.NotController.issummary: Not a controller account.
NotEnoughFunds
interface:
staking.NotEnoughFunds.issummary: Not enough funds available to withdraw.
NotSortedAndUnique
interface:
staking.NotSortedAndUnique.issummary: Items are not sorted and unique.
NotStash
interface:
staking.NotStash.issummary: Not a stash account.
NoUnlockChunk
interface:
staking.NoUnlockChunk.issummary: Can not rebond without unlocking chunks.
Restricted
interface:
staking.Restricted.issummary: Account is restricted from participation in staking. This may happen if the account is staking in another way already, such as via pool.
RewardDestinationRestricted
interface:
staking.RewardDestinationRestricted.issummary: Provided reward destination is not allowed.
TooManyNominators
interface:
staking.TooManyNominators.issummary: There are too many nominators in the system. Governance needs to adjust the staking settings to keep things safe for the runtime.
TooManyTargets
interface:
staking.TooManyTargets.issummary: Too many nomination targets supplied.
TooManyValidators
interface:
staking.TooManyValidators.issummary: There are too many validator candidates in the system. Governance needs to adjust the staking settings to keep things safe for the runtime.
VirtualStakerNotAllowed
interface:
staking.VirtualStakerNotAllowed.issummary: Operation not allowed for virtual stakers.