Name

PalletDemocracyError (391)

Hierarchy

  • Enum
    • PalletDemocracyError

Properties

isAlreadyCanceled: boolean
isAlreadyDelegating: boolean
isAlreadyVetoed: boolean
isDuplicateProposal: boolean
isInstantNotAllowed: boolean
isInsufficientFunds: boolean
isInvalidHash: boolean
isMaxVotesReached: boolean
isNoPermission: boolean
isNoProposal: boolean
isNoneWaiting: boolean
isNonsense: boolean
isNotDelegating: boolean
isNotSimpleMajority: boolean
isNotVoter: boolean
isPreimageNotExist: boolean
isProposalBlacklisted: boolean
isProposalMissing: boolean
isReferendumInvalid: boolean
isTooMany: boolean
isValueLow: boolean
isVotesExist: boolean
isVotingPeriodLow: boolean
isWrongUpperBound: boolean
type: "NoPermission" | "AlreadyDelegating" | "ValueLow" | "ProposalMissing" | "AlreadyCanceled" | "DuplicateProposal" | "ProposalBlacklisted" | "NotSimpleMajority" | "InvalidHash" | "NoProposal" | "AlreadyVetoed" | "ReferendumInvalid" | "NoneWaiting" | "NotVoter" | "InsufficientFunds" | "NotDelegating" | "VotesExist" | "InstantNotAllowed" | "Nonsense" | "WrongUpperBound" | "MaxVotesReached" | "TooMany" | "VotingPeriodLow" | "PreimageNotExist"