// Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ import type { ApiTypes } from '@polkadot/api/types'; declare module '@polkadot/api/types/errors' { export interface AugmentedErrors { authorship: { /** * The uncle is genesis. **/ GenesisUncle: AugmentedError; /** * The uncle parent not in the chain. **/ InvalidUncleParent: AugmentedError; /** * The uncle isn't recent enough to be included. **/ OldUncle: AugmentedError; /** * The uncle is too high in chain. **/ TooHighUncle: AugmentedError; /** * Too many uncles. **/ TooManyUncles: AugmentedError; /** * The uncle is already included. **/ UncleAlreadyIncluded: AugmentedError; /** * Uncles already set in the block. **/ UnclesAlreadySet: AugmentedError; }; balances: { /** * Beneficiary account must pre-exist **/ DeadAccount: AugmentedError; /** * Value too low to create account due to existential deposit **/ ExistentialDeposit: AugmentedError; /** * A vesting schedule already exists for this account **/ ExistingVestingSchedule: AugmentedError; /** * Balance too low to send value **/ InsufficientBalance: AugmentedError; /** * Transfer/payment would kill account **/ KeepAlive: AugmentedError; /** * Account liquidity restrictions prevent withdrawal **/ LiquidityRestrictions: AugmentedError; /** * Got an overflow after adding **/ Overflow: AugmentedError; /** * Vesting balance too high to send value **/ VestingBalance: AugmentedError; }; blog: { /** * A non-owner is trying to do a privilegeded action. **/ BlogOwnershipError: AugmentedError; /** * Insuficient balance for reply creation **/ InsufficientBalanceForReply: AugmentedError; /** * This error represent the invalid state where there is not enough funds in a post * account to pay off its delete **/ InsufficientBalanceInPostAccount: AugmentedError; /** * Reaction doesn't exists **/ InvalidReactionIndex: AugmentedError; /** * A non-member is trying to participate **/ MembershipError: AugmentedError; /** * Number of posts exceeds limits. **/ PostLimitReached: AugmentedError; /** * Post is locked for modifications. **/ PostLockedError: AugmentedError; /** * Post do not exists. **/ PostNotFound: AugmentedError; /** * Reply do no exists. **/ ReplyNotFound: AugmentedError; /** * A non-owner of a reply is trying to do a privileged action. **/ ReplyOwnershipError: AugmentedError; }; bounty: { /** * Bounty doesnt exist. **/ BountyDoesntExist: AugmentedError; /** * Incompatible assurance contract type for a member: cannot submit work to the 'closed * assurance' bounty contract. **/ CannotSubmitWorkToClosedContractBounty: AugmentedError; /** * Cherry less then minimum allowed. **/ CherryLessThenMinimumAllowed: AugmentedError; /** * Cannot create a 'closed assurance contract' bounty with empty member list. **/ ClosedContractMemberListIsEmpty: AugmentedError; /** * Cannot create a 'closed assurance contract' bounty with member list larger * than allowed max work entry limit. **/ ClosedContractMemberListIsTooLarge: AugmentedError; /** * The conflicting stake discovered. Cannot stake. **/ ConflictingStakes: AugmentedError; /** * Cannot create a bounty with an entrant stake is less than required minimum. **/ EntrantStakeIsLessThanMininum: AugmentedError; /** * Cannot create a bounty with zero funding amount parameter. **/ FundingAmountCannotBeZero: AugmentedError; /** * Funding amount less then minimum allowed. **/ FundingLessThenMinimumAllowed: AugmentedError; /** * Cannot create a bounty with zero funding period parameter. **/ FundingPeriodCannotBeZero: AugmentedError; /** * Funding period is not expired for the bounty. **/ FundingPeriodNotExpired: AugmentedError; /** * Insufficient balance for a bounty cherry. **/ InsufficientBalanceForBounty: AugmentedError; /** * There is not enough balance for a stake. **/ InsufficientBalanceForStake: AugmentedError; /** * Unexpected bounty stage for an operation: FailedBountyWithdrawal. **/ InvalidStageUnexpectedFailedBountyWithdrawal: AugmentedError; /** * Unexpected bounty stage for an operation: Funding. **/ InvalidStageUnexpectedFunding: AugmentedError; /** * Unexpected bounty stage for an operation: FundingExpired. **/ InvalidStageUnexpectedFundingExpired: AugmentedError; /** * Unexpected bounty stage for an operation: Judgment. **/ InvalidStageUnexpectedJudgment: AugmentedError; /** * Unexpected bounty stage for an operation: SuccessfulBountyWithdrawal. **/ InvalidStageUnexpectedSuccessfulBountyWithdrawal: AugmentedError; /** * Unexpected bounty stage for an operation: WorkSubmission. **/ InvalidStageUnexpectedWorkSubmission: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Judging period cannot be zero. **/ JudgingPeriodCannotBeZero: AugmentedError; /** * Cannot add work entry because of the limit. **/ MaxWorkEntryLimitReached: AugmentedError; /** * Min funding amount cannot be greater than max amount. **/ MinFundingAmountCannotBeGreaterThanMaxAmount: AugmentedError; /** * Cannot submit a judgment without active work entries. A probable case for an error: * an entry with a single submission for a bounty was withdrawn. **/ NoActiveWorkEntries: AugmentedError; /** * Cannot found bounty contribution. **/ NoBountyContributionFound: AugmentedError; /** * Operation can be performed only by a bounty creator. **/ NotBountyActor: AugmentedError; /** * There is nothing to withdraw. **/ NothingToWithdraw: AugmentedError; /** * The total reward for winners should be equal to total bounty funding. **/ TotalRewardShouldBeEqualToTotalFunding: AugmentedError; /** * Invalid judgment - all winners should have work submissions. **/ WinnerShouldHasWorkSubmission: AugmentedError; /** * Work entry doesnt exist. **/ WorkEntryDoesntExist: AugmentedError; /** * Work period cannot be zero. **/ WorkPeriodCannotBeZero: AugmentedError; /** * Incorrect funding amount. **/ ZeroFundingAmount: AugmentedError; /** * Cannot set zero reward for winners. **/ ZeroWinnerReward: AugmentedError; }; content: { /** * This content actor cannot own a channel **/ ActorCannotOwnChannel: AugmentedError; /** * Operation cannot be perfomed with this Actor **/ ActorNotAuthorized: AugmentedError; /** * Expected root or signed origin **/ BadOrigin: AugmentedError; /** * Curators can only censor non-curator group owned channels **/ CannotCensoreCuratorGroupOwnedChannels: AugmentedError; /** * A Channel or Video Category does not exist. **/ CategoryDoesNotExist: AugmentedError; /** * Channel does not exist **/ ChannelDoesNotExist: AugmentedError; /** * Curator authentication failed **/ CuratorAuthFailed: AugmentedError; /** * Given curator group does not exist **/ CuratorGroupDoesNotExist: AugmentedError; /** * Curator group is not active **/ CuratorGroupIsNotActive: AugmentedError; /** * Curator id is not a worker id in content working group **/ CuratorIdInvalid: AugmentedError; /** * Curator under provided curator id is already a member of curaror group under given id **/ CuratorIsAlreadyAMemberOfGivenCuratorGroup: AugmentedError; /** * Curator under provided curator id is not a member of curaror group under given id **/ CuratorIsNotAMemberOfGivenCuratorGroup: AugmentedError; /** * Max number of curators per group limit reached **/ CuratorsPerGroupLimitReached: AugmentedError; /** * Feature Not Implemented **/ FeatureNotImplemented: AugmentedError; /** * Lead authentication failed **/ LeadAuthFailed: AugmentedError; /** * Member authentication failed **/ MemberAuthFailed: AugmentedError; /** * Video does not exist **/ VideoDoesNotExist: AugmentedError; /** * Video in season can`t be removed (because order is important) **/ VideoInSeason: AugmentedError; }; contentDirectoryWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; council: { /** * Origin is invalid. **/ BadOrigin: AugmentedError; /** * Candidate haven't provided sufficient stake. **/ CandidacyStakeTooLow: AugmentedError; /** * User tried to announce candidacy outside of the candidacy announcement period. **/ CantCandidateNow: AugmentedError; /** * User tried to announce candidacy twice in the same elections. **/ CantCandidateTwice: AugmentedError; /** * User tried to release stake outside of the revealing period. **/ CantReleaseStakeNow: AugmentedError; /** * Candidate can't vote for himself. **/ CantVoteForYourself: AugmentedError; /** * Can't withdraw candidacy outside of the candidacy announcement period. **/ CantWithdrawCandidacyNow: AugmentedError; /** * User tried to announce candidacy with an account that has the conflicting type of stake * with candidacy stake and has not enough balance for staking for both purposes. **/ ConflictingStake: AugmentedError; /** * Funding requests without recieving accounts **/ EmptyFundingRequests: AugmentedError; /** * Insufficient balance for candidacy staking. **/ InsufficientBalanceForStaking: AugmentedError; /** * Insufficent funds in council for executing 'Funding Request' **/ InsufficientFundsForFundingRequest: AugmentedError; /** * The combination of membership id and account id is invalid for unstaking an existing * candidacy stake. **/ InvalidAccountToStakeReuse: AugmentedError; /** * Invalid membership. **/ MemberIdNotMatchAccount: AugmentedError; /** * User tried to release stake when no stake exists. **/ NoStake: AugmentedError; /** * User tried to withdraw candidacy when not candidating. **/ NotCandidatingNow: AugmentedError; /** * The member is not a councilor. **/ NotCouncilor: AugmentedError; /** * The same account is recieving funds from the same request twice **/ RepeatedFundRequestAccount: AugmentedError; /** * Council member and candidates can't withdraw stake yet. **/ StakeStillNeeded: AugmentedError; /** * Fund request no balance **/ ZeroBalanceFundRequest: AugmentedError; }; dataDirectory: { /** * Content with this ID not found. **/ CidNotFound: AugmentedError; /** * Content uploading blocked. **/ ContentUploadingBlocked: AugmentedError; /** * "Data object already added under this content id". **/ DataObjectAlreadyAdded: AugmentedError; /** * DataObject Injection Failed. Too Many DataObjects. **/ DataObjectsInjectionExceededLimit: AugmentedError; /** * Cannot create content for inactive or missing data object type. **/ DataObjectTypeMustBeActive: AugmentedError; /** * Provided owner should be equal o the data object owner under given content id **/ OwnersAreNotEqual: AugmentedError; /** * Require root origin in extrinsics. **/ RequireRootOrigin: AugmentedError; /** * New voucher limit being set is less than used. **/ VoucherLimitLessThanUsed: AugmentedError; /** * Contant uploading failed. Actor voucher objects limit exceeded. **/ VoucherObjectsLimitExceeded: AugmentedError; /** * Voucher objects limit upper bound exceeded **/ VoucherObjectsLimitUpperBoundExceeded: AugmentedError; /** * Overflow detected when changing **/ VoucherOverflow: AugmentedError; /** * Contant uploading failed. Actor voucher size limit exceeded. **/ VoucherSizeLimitExceeded: AugmentedError; /** * Voucher size limit upper bound exceeded **/ VoucherSizeLimitUpperBoundExceeded: AugmentedError; }; dataObjectStorageRegistry: { /** * Content with this ID not found. **/ CidNotFound: AugmentedError; /** * No data object storage relationship found for this ID. **/ DataObjectStorageRelationshipNotFound: AugmentedError; /** * Only the storage provider in a DOSR can decide whether they're ready. **/ OnlyStorageProviderMayClaimReady: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; }; dataObjectTypeRegistry: { /** * Data Object Type with the given ID not found. **/ DataObjectTypeNotFound: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; }; finalityTracker: { /** * Final hint must be updated only once in the block **/ AlreadyUpdated: AugmentedError; /** * Finalized height above block number **/ BadHint: AugmentedError; }; forum: { /** * Account does not match post author. **/ AccountDoesNotMatchPostAuthor: AugmentedError; /** * Thread not authored by the given user. **/ AccountDoesNotMatchThreadAuthor: AugmentedError; /** * Forum user has already voted. **/ AlreadyVotedOnPoll: AugmentedError; /** * Ancestor category immutable, i.e. deleted or archived **/ AncestorCategoryImmutable: AugmentedError; /** * Category does not exist. **/ CategoryDoesNotExist: AugmentedError; /** * Provided moderator is not given category moderator **/ CategoryModeratorDoesNotExist: AugmentedError; /** * Category not being updated. **/ CategoryNotBeingUpdated: AugmentedError; /** * Category still contains some subcategories. **/ CategoryNotEmptyCategories: AugmentedError; /** * Category still contains some threads. **/ CategoryNotEmptyThreads: AugmentedError; /** * data migration not done yet. **/ DataMigrationNotDone: AugmentedError; /** * Forum user id not match its account. **/ ForumUserIdNotMatchAccount: AugmentedError; /** * Not enough balance to post **/ InsufficientBalanceForPost: AugmentedError; /** * Not enough balance to create thread **/ InsufficientBalanceForThreadCreation: AugmentedError; /** * Maximum size of storage map exceeded **/ MapSizeLimit: AugmentedError; /** * Maximum valid category depth exceeded. **/ MaxValidCategoryDepthExceeded: AugmentedError; /** * No permissions to delete category. **/ ModeratorCantDeleteCategory: AugmentedError; /** * No permissions to update category. **/ ModeratorCantUpdateCategory: AugmentedError; /** * Moderator id not match its account. **/ ModeratorIdNotMatchAccount: AugmentedError; /** * Moderator can't moderate destination category. **/ ModeratorModerateDestinationCategory: AugmentedError; /** * Moderator can't moderate category containing thread. **/ ModeratorModerateOriginCategory: AugmentedError; /** * Origin doesn't correspond to any lead account **/ OriginNotForumLead: AugmentedError; /** * Category path len should be greater than zero **/ PathLengthShouldBeGreaterThanZero: AugmentedError; /** * Poll items number too short. **/ PollAlternativesTooShort: AugmentedError; /** * Poll data committed after poll expired. **/ PollCommitExpired: AugmentedError; /** * Poll data committed is wrong. **/ PollData: AugmentedError; /** * Poll not exist. **/ PollNotExist: AugmentedError; /** * Poll date setting is wrong. **/ PollTimeSetting: AugmentedError; /** * Post does not exist. **/ PostDoesNotExist: AugmentedError; /** * Duplicates for the stickied thread id collection. **/ StickiedThreadIdsDuplicates: AugmentedError; /** * Thread does not exist **/ ThreadDoesNotExist: AugmentedError; /** * Origin is the same as the destination. **/ ThreadMoveInvalid: AugmentedError; /** * Thread not being updated. **/ ThreadNotBeingUpdated: AugmentedError; }; forumWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; gatewayWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; grandpa: { /** * Attempt to signal GRANDPA change with one already pending. **/ ChangePending: AugmentedError; /** * A given equivocation report is valid but already previously reported. **/ DuplicateOffenceReport: AugmentedError; /** * An equivocation proof provided as part of an equivocation report is invalid. **/ InvalidEquivocationProof: AugmentedError; /** * A key ownership proof provided as part of an equivocation report is invalid. **/ InvalidKeyOwnershipProof: AugmentedError; /** * Attempt to signal GRANDPA pause when the authority set isn't live * (either paused or already pending pause). **/ PauseFailed: AugmentedError; /** * Attempt to signal GRANDPA resume when the authority set isn't paused * (either live or already pending resume). **/ ResumeFailed: AugmentedError; /** * Cannot signal forced change so soon after last. **/ TooSoon: AugmentedError; }; imOnline: { /** * Duplicated heartbeat. **/ DuplicatedHeartbeat: AugmentedError; /** * Non existent public key. **/ InvalidKey: AugmentedError; }; joystreamUtility: { /** * Insufficient funds for 'Update Working Group Budget' proposal execution **/ InsufficientFundsForBudgetUpdate: AugmentedError; /** * Insufficient funds for burning **/ InsufficientFundsForBurn: AugmentedError; /** * Trying to burn zero tokens **/ ZeroTokensBurn: AugmentedError; }; members: { /** * Cannot set a referral cut percent value. The limit was exceeded. **/ CannotExceedReferralCutPercentLimit: AugmentedError; /** * Should be a member to receive invites. **/ CannotTransferInvitesForNotMember: AugmentedError; /** * Cannot invite a member. The controller account has an existing conflicting lock. **/ ConflictingLock: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Controller account required. **/ ControllerAccountRequired: AugmentedError; /** * Handle already registered. **/ HandleAlreadyRegistered: AugmentedError; /** * Handle must be provided during registration. **/ HandleMustBeProvidedDuringRegistration: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * Member profile not found (invalid member id). **/ MemberProfileNotFound: AugmentedError; /** * Not enough balance to buy membership. **/ NotEnoughBalanceToBuyMembership: AugmentedError; /** * Not enough invites to perform an operation. **/ NotEnoughInvites: AugmentedError; /** * Cannot find a membership for a provided referrer id. **/ ReferrerIsNotMember: AugmentedError; /** * Root account required. **/ RootAccountRequired: AugmentedError; /** * Staking account has already been confirmed. **/ StakingAccountAlreadyConfirmed: AugmentedError; /** * Staking account for membership doesn't exist. **/ StakingAccountDoesntExist: AugmentedError; /** * Staking account is registered for some member. **/ StakingAccountIsAlreadyRegistered: AugmentedError; /** * Invalid origin. **/ UnsignedOrigin: AugmentedError; /** * Cannot invite a member. Working group balance is not sufficient to set the default * balance. **/ WorkingGroupBudgetIsNotSufficientForInviting: AugmentedError; /** * Membership working group leader is not set. **/ WorkingGroupLeaderNotSet: AugmentedError; }; membershipWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; operationsWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; proposalsCodex: { /** * Invalid 'decrease stake proposal' parameter - cannot decrease by zero balance. **/ DecreasingStakeIsZero: AugmentedError; /** * Insufficient funds for 'Update Working Group Budget' proposal execution **/ InsufficientFundsForBudgetUpdate: AugmentedError; /** * Invalid council election parameter - announcing_period **/ InvalidCouncilElectionParameterAnnouncingPeriod: AugmentedError; /** * Invalid council election parameter - candidacy-limit **/ InvalidCouncilElectionParameterCandidacyLimit: AugmentedError; /** * Invalid council election parameter - council_size **/ InvalidCouncilElectionParameterCouncilSize: AugmentedError; /** * Invalid council election parameter - min_council_stake **/ InvalidCouncilElectionParameterMinCouncilStake: AugmentedError; /** * Invalid council election parameter - min-voting_stake **/ InvalidCouncilElectionParameterMinVotingStake: AugmentedError; /** * Invalid council election parameter - new_term_duration **/ InvalidCouncilElectionParameterNewTermDuration: AugmentedError; /** * Invalid council election parameter - revealing_period **/ InvalidCouncilElectionParameterRevealingPeriod: AugmentedError; /** * Invalid council election parameter - voting_period **/ InvalidCouncilElectionParameterVotingPeriod: AugmentedError; /** * Invalid balance value for the spending proposal **/ InvalidFundingRequestProposalBalance: AugmentedError; /** * Invalid number of accounts recieving funding request for 'Funding Request' proposal. **/ InvalidFundingRequestProposalNumberOfAccount: AugmentedError; /** * Repeated account in 'Funding Request' proposal. **/ InvalidFundingRequestProposalRepeatedAccount: AugmentedError; /** * Invalid 'set lead proposal' parameter - proposed lead cannot be a councilor **/ InvalidSetLeadParameterCannotBeCouncilor: AugmentedError; /** * Invalid validator count for the 'set validator count' proposal **/ InvalidValidatorCount: AugmentedError; /** * Invalid working group budget capacity parameter **/ InvalidWorkingGroupBudgetCapacity: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; /** * Provided WASM code for the runtime upgrade proposal is empty **/ RuntimeProposalIsEmpty: AugmentedError; /** * Provided text for text proposal is empty **/ SignalProposalIsEmpty: AugmentedError; /** * Invalid 'slash stake proposal' parameter - cannot slash by zero balance. **/ SlashingStakeIsZero: AugmentedError; }; proposalsDiscussion: { /** * Account can't delete post at the moment **/ CannotDeletePost: AugmentedError; /** * The thread has Closed mode. And post author doesn't belong to council or allowed members. **/ CannotPostOnClosedThread: AugmentedError; /** * Account has insufficient balance to create a post **/ InsufficientBalanceForPost: AugmentedError; /** * Max allowed authors list limit exceeded. **/ MaxWhiteListSizeExceeded: AugmentedError; /** * Should be thread author or councilor. **/ NotAuthorOrCouncilor: AugmentedError; /** * Post doesn't exist **/ PostDoesntExist: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; /** * Thread doesn't exist **/ ThreadDoesntExist: AugmentedError; }; proposalsEngine: { /** * The proposal have been already voted on **/ AlreadyVoted: AugmentedError; /** * The conflicting stake discovered. Cannot stake. **/ ConflictingStakes: AugmentedError; /** * Description is too long **/ DescriptionIsTooLong: AugmentedError; /** * Proposal cannot have an empty body **/ EmptyDescriptionProvided: AugmentedError; /** * Stake cannot be empty with this proposal **/ EmptyStake: AugmentedError; /** * Proposal cannot have an empty title" **/ EmptyTitleProvided: AugmentedError; /** * There is not enough balance for a stake. **/ InsufficientBalanceForStake: AugmentedError; /** * Exact execution block cannot be less than current_block. **/ InvalidExactExecutionBlock: AugmentedError; /** * Approval threshold cannot be zero **/ InvalidParameterApprovalThreshold: AugmentedError; /** * Slashing threshold cannot be zero **/ InvalidParameterSlashingThreshold: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Max active proposals number exceeded **/ MaxActiveProposalNumberExceeded: AugmentedError; /** * Not an author **/ NotAuthor: AugmentedError; /** * Proposal is finalized already **/ ProposalFinalized: AugmentedError; /** * Disallow to cancel the proposal if there are any votes on it. **/ ProposalHasVotes: AugmentedError; /** * The proposal does not exist **/ ProposalNotFound: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; /** * Stake differs from the proposal requirements **/ StakeDiffersFromRequired: AugmentedError; /** * Stake should be empty for this proposal **/ StakeShouldBeEmpty: AugmentedError; /** * Title is too long **/ TitleIsTooLong: AugmentedError; /** * Exact execution block cannot be zero. **/ ZeroExactExecutionBlock: AugmentedError; }; referendum: { /** * Trying to vote multiple time in the same cycle **/ AlreadyVotedThisCycle: AugmentedError; /** * Origin is invalid **/ BadOrigin: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Account Insufficient Free Balance (now) **/ InsufficientBalanceToStake: AugmentedError; /** * Insufficient stake provided to cast a vote **/ InsufficientStake: AugmentedError; /** * Salt and referendum option provided don't correspond to the commitment **/ InvalidReveal: AugmentedError; /** * Vote for not existing option was revealed **/ InvalidVote: AugmentedError; /** * Referendum is not running when expected to **/ ReferendumNotRunning: AugmentedError; /** * Revealing stage is not in progress right now **/ RevealingNotInProgress: AugmentedError; /** * Salt is too long **/ SaltTooLong: AugmentedError; /** * Unstaking has been forbidden for the user (at least for now) **/ UnstakingForbidden: AugmentedError; /** * Invalid time to release the locked stake **/ UnstakingVoteInSameCycle: AugmentedError; /** * Trying to reveal vote that was not cast **/ VoteNotExisting: AugmentedError; }; session: { /** * Registered duplicate key. **/ DuplicatedKey: AugmentedError; /** * Invalid ownership proof. **/ InvalidProof: AugmentedError; /** * No associated validator ID for account. **/ NoAssociatedValidatorId: AugmentedError; /** * No keys are associated with this account. **/ NoKeys: AugmentedError; }; staking: { /** * Stash is already bonded. **/ AlreadyBonded: AugmentedError; /** * Rewards for this era have already been claimed for this validator. **/ AlreadyClaimed: AugmentedError; /** * Controller is already paired. **/ AlreadyPaired: AugmentedError; /** * The call is not allowed at the given time due to restrictions of election period. **/ CallNotAllowed: AugmentedError; /** * Duplicate index. **/ DuplicateIndex: AugmentedError; /** * Targets cannot be empty. **/ EmptyTargets: AugmentedError; /** * Attempting to target a stash that still has funds. **/ FundedTarget: AugmentedError; /** * Incorrect previous history depth input provided. **/ IncorrectHistoryDepth: AugmentedError; /** * Incorrect number of slashing spans provided. **/ IncorrectSlashingSpans: AugmentedError; /** * Can not bond with value less than minimum balance. **/ InsufficientValue: AugmentedError; /** * Invalid era to reward. **/ InvalidEraToReward: AugmentedError; /** * Invalid number of nominations. **/ InvalidNumberOfNominations: AugmentedError; /** * Slash record index out of bounds. **/ InvalidSlashIndex: AugmentedError; /** * Can not schedule more unlock chunks. **/ NoMoreChunks: AugmentedError; /** * Not a controller account. **/ NotController: AugmentedError; /** * Items are not sorted and unique. **/ NotSortedAndUnique: AugmentedError; /** * Not a stash account. **/ NotStash: AugmentedError; /** * Can not rebond without unlocking chunks. **/ NoUnlockChunk: AugmentedError; /** * Error while building the assignment type from the compact. This can happen if an index * is invalid, or if the weights _overflow_. **/ OffchainElectionBogusCompact: AugmentedError; /** * The submitted result has unknown edges that are not among the presented winners. **/ OffchainElectionBogusEdge: AugmentedError; /** * The election size is invalid. **/ OffchainElectionBogusElectionSize: AugmentedError; /** * One of the submitted nominators has an edge to which they have not voted on chain. **/ OffchainElectionBogusNomination: AugmentedError; /** * One of the submitted nominators is not an active nominator on chain. **/ OffchainElectionBogusNominator: AugmentedError; /** * The claimed score does not match with the one computed from the data. **/ OffchainElectionBogusScore: AugmentedError; /** * A self vote must only be originated from a validator to ONLY themselves. **/ OffchainElectionBogusSelfVote: AugmentedError; /** * One of the submitted winners is not an active candidate on chain (index is out of range * in snapshot). **/ OffchainElectionBogusWinner: AugmentedError; /** * Incorrect number of winners were presented. **/ OffchainElectionBogusWinnerCount: AugmentedError; /** * The submitted result is received out of the open window. **/ OffchainElectionEarlySubmission: AugmentedError; /** * One of the submitted nominators has an edge which is submitted before the last non-zero * slash of the target. **/ OffchainElectionSlashedNomination: AugmentedError; /** * The submitted result is not as good as the one stored on chain. **/ OffchainElectionWeakSubmission: AugmentedError; /** * The snapshot data of the current window is missing. **/ SnapshotUnavailable: AugmentedError; }; storageWorkingGroup: { /** * Trying to fill opening with an application for other opening **/ ApplicationsNotForOpening: AugmentedError; /** * Application stake is less than required opening stake. **/ ApplicationStakeDoesntMatchOpening: AugmentedError; /** * Staking less than the lower bound. **/ BelowMinimumStakes: AugmentedError; /** * Cannot decrease stake - stake delta greater than initial stake. **/ CannotDecreaseStakeDeltaGreaterThanStake: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Reward could not be zero. **/ CannotRewardWithZero: AugmentedError; /** * Invalid spending amount. **/ CannotSpendZero: AugmentedError; /** * Staking account contains conflicting stakes. **/ ConflictStakesOnAccount: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * It's not enough budget for this spending. **/ InsufficientBudgetForSpending: AugmentedError; /** * Invalid origin for a member. **/ InvalidMemberOrigin: AugmentedError; /** * Staking account doesn't belong to a member. **/ InvalidStakingAccountForMember: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Cannot fill opening - no applications provided. **/ NoApplicationsProvided: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Specified unstaking period is less then minimum set for the group. **/ UnstakingPeriodLessThanMinimum: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Invalid operation - worker is leaving. **/ WorkerIsLeaving: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; sudo: { /** * Sender must be the Sudo account **/ RequireSudo: AugmentedError; }; system: { /** * Failed to extract the runtime version from the new runtime. * * Either calling `Core_version` or decoding `RuntimeVersion` failed. **/ FailedToExtractRuntimeVersion: AugmentedError; /** * The name of specification does not match between the current runtime * and the new runtime. **/ InvalidSpecName: AugmentedError; /** * Suicide called when the account has non-default composite data. **/ NonDefaultComposite: AugmentedError; /** * There is a non-zero reference count preventing the account from being purged. **/ NonZeroRefCount: AugmentedError; /** * The specification version is not allowed to decrease between the current runtime * and the new runtime. **/ SpecVersionNeedsToIncrease: AugmentedError; }; } export interface DecoratedErrors extends AugmentedErrors { } }