// 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; }; 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: { /** * Opening does not exist. **/ AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting to begin. **/ AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError; /** * Opening does not activate in the future. **/ AddWorkerOpeningActivatesInThePast: AugmentedError; /** * Add worker opening application stake cannot be zero. **/ AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError; /** * Application stake amount less than minimum currency balance. **/ AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError; /** * New application was crowded out. **/ AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError; /** * Opening does not exist. **/ AddWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening is not in accepting applications stage. **/ AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError; /** * Add worker opening role stake cannot be zero. **/ AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError; /** * Role stake amount less than minimum currency balance. **/ AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError; /** * Stake amount too low. **/ AddWorkerOpeningStakeAmountTooLow: AugmentedError; /** * Stake missing when required. **/ AddWorkerOpeningStakeMissingWhenRequired: AugmentedError; /** * Stake provided when redundant. **/ AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError; /** * Application rationing has zero max active applicants. **/ AddWorkerOpeningZeroMaxApplicantCount: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_rationing_policy): * max_active_applicants should be non-zero. **/ ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer does not match controller account. **/ ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError; /** * Opening does not exist. **/ BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting. **/ BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError; /** * Cannot find mint in the minting module. **/ CannotFindMint: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_application_stake_unstaking_period should be non-zero. **/ ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_stake_unstaking_period should be non-zero. **/ ExitRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Reward policy has invalid next payment block number. **/ FillOpeningInvalidNextPaymentBlock: AugmentedError; /** * Working group mint does not exist. **/ FillOpeningMintDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Applications not for opening. **/ FillWorkerOpeningApplicationForWrongOpening: AugmentedError; /** * Application does not exist. **/ FullWorkerOpeningApplicationDoesNotExist: AugmentedError; /** * Application not in active stage. **/ FullWorkerOpeningApplicationNotActive: AugmentedError; /** * OpeningDoesNotExist. **/ FullWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening not in review period stage. **/ FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError; /** * Application stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for failed applicants too short. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for successful applicants too short. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Application stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for successful applicants too short. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for failed applicants too short. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Insufficient balance to apply. **/ InsufficientBalanceToApply: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Member already has an active application on the opening. **/ MemberHasActiveApplicationOnOpening: AugmentedError; /** * Member id is invalid. **/ MembershipInvalidMemberId: AugmentedError; /** * Unsigned origin. **/ MembershipUnsignedOrigin: AugmentedError; /** * Minting error: NextAdjustmentInPast **/ MintingErrorNextAdjustmentInPast: AugmentedError; /** * Cannot get the worker stake profile. **/ NoWorkerStakeProfile: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Opening text too long. **/ OpeningTextTooLong: AugmentedError; /** * Opening text too short. **/ OpeningTextTooShort: AugmentedError; /** * Origin must be controller or root account of member. **/ OriginIsNeitherMemberControllerOrRoot: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Next payment is not in the future. **/ RecurringRewardsNextPaymentNotInFuture: AugmentedError; /** * Recipient not found. **/ RecurringRewardsRecipientNotFound: AugmentedError; /** * Reward relationship not found. **/ RecurringRewardsRewardRelationshipNotFound: AugmentedError; /** * Recipient reward source not found. **/ RecurringRewardsRewardSourceNotFound: AugmentedError; /** * Relationship must exist. **/ RelationshipMustExist: AugmentedError; /** * Require root origin in extrinsics. **/ RequireRootOrigin: AugmentedError; /** * Require signed origin in extrinsics. **/ RequireSignedOrigin: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Already unstaking. **/ StakingErrorAlreadyUnstaking: AugmentedError; /** * Cannot change stake by zero. **/ StakingErrorCannotChangeStakeByZero: AugmentedError; /** * Cannot decrease stake while slashes ongoing. **/ StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError; /** * Cannot increase stake while unstaking. **/ StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError; /** * Cannot unstake while slashes ongoing. **/ StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError; /** * Insufficient balance in source account. **/ StakingErrorInsufficientBalanceInSourceAccount: AugmentedError; /** * Insufficient stake to decrease. **/ StakingErrorInsufficientStake: AugmentedError; /** * Not staked. **/ StakingErrorNotStaked: AugmentedError; /** * Slash amount should be greater than zero. **/ StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError; /** * Stake not found. **/ StakingErrorStakeNotFound: AugmentedError; /** * Unstaking period should be greater than zero. **/ StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_application_stake_unstaking_period should be non-zero. **/ TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_role_stake_unstaking_period should be non-zero. **/ TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Application does not exist. **/ WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError; /** * Application is not active. **/ WithdrawWorkerApplicationApplicationNotActive: AugmentedError; /** * Opening not accepting applications. **/ WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError; /** * Redundant unstaking period provided **/ WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError; /** * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE **/ WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker application text too long. **/ WorkerApplicationTextTooLong: AugmentedError; /** * Worker application text too short. **/ WorkerApplicationTextTooShort: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker exit rationale text is too long. **/ WorkerExitRationaleTextTooLong: AugmentedError; /** * Worker exit rationale text is too short. **/ WorkerExitRationaleTextTooShort: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: 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; }; gatewayWorkingGroup: { /** * Opening does not exist. **/ AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting to begin. **/ AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError; /** * Opening does not activate in the future. **/ AddWorkerOpeningActivatesInThePast: AugmentedError; /** * Add worker opening application stake cannot be zero. **/ AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError; /** * Application stake amount less than minimum currency balance. **/ AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError; /** * New application was crowded out. **/ AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError; /** * Opening does not exist. **/ AddWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening is not in accepting applications stage. **/ AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError; /** * Add worker opening role stake cannot be zero. **/ AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError; /** * Role stake amount less than minimum currency balance. **/ AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError; /** * Stake amount too low. **/ AddWorkerOpeningStakeAmountTooLow: AugmentedError; /** * Stake missing when required. **/ AddWorkerOpeningStakeMissingWhenRequired: AugmentedError; /** * Stake provided when redundant. **/ AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError; /** * Application rationing has zero max active applicants. **/ AddWorkerOpeningZeroMaxApplicantCount: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_rationing_policy): * max_active_applicants should be non-zero. **/ ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer does not match controller account. **/ ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError; /** * Opening does not exist. **/ BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting. **/ BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError; /** * Cannot find mint in the minting module. **/ CannotFindMint: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_application_stake_unstaking_period should be non-zero. **/ ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_stake_unstaking_period should be non-zero. **/ ExitRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Reward policy has invalid next payment block number. **/ FillOpeningInvalidNextPaymentBlock: AugmentedError; /** * Working group mint does not exist. **/ FillOpeningMintDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Applications not for opening. **/ FillWorkerOpeningApplicationForWrongOpening: AugmentedError; /** * Application does not exist. **/ FullWorkerOpeningApplicationDoesNotExist: AugmentedError; /** * Application not in active stage. **/ FullWorkerOpeningApplicationNotActive: AugmentedError; /** * OpeningDoesNotExist. **/ FullWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening not in review period stage. **/ FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError; /** * Application stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for failed applicants too short. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for successful applicants too short. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Application stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for successful applicants too short. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for failed applicants too short. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Insufficient balance to apply. **/ InsufficientBalanceToApply: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Member already has an active application on the opening. **/ MemberHasActiveApplicationOnOpening: AugmentedError; /** * Member id is invalid. **/ MembershipInvalidMemberId: AugmentedError; /** * Unsigned origin. **/ MembershipUnsignedOrigin: AugmentedError; /** * Minting error: NextAdjustmentInPast **/ MintingErrorNextAdjustmentInPast: AugmentedError; /** * Cannot get the worker stake profile. **/ NoWorkerStakeProfile: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Opening text too long. **/ OpeningTextTooLong: AugmentedError; /** * Opening text too short. **/ OpeningTextTooShort: AugmentedError; /** * Origin must be controller or root account of member. **/ OriginIsNeitherMemberControllerOrRoot: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Next payment is not in the future. **/ RecurringRewardsNextPaymentNotInFuture: AugmentedError; /** * Recipient not found. **/ RecurringRewardsRecipientNotFound: AugmentedError; /** * Reward relationship not found. **/ RecurringRewardsRewardRelationshipNotFound: AugmentedError; /** * Recipient reward source not found. **/ RecurringRewardsRewardSourceNotFound: AugmentedError; /** * Relationship must exist. **/ RelationshipMustExist: AugmentedError; /** * Require root origin in extrinsics. **/ RequireRootOrigin: AugmentedError; /** * Require signed origin in extrinsics. **/ RequireSignedOrigin: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Already unstaking. **/ StakingErrorAlreadyUnstaking: AugmentedError; /** * Cannot change stake by zero. **/ StakingErrorCannotChangeStakeByZero: AugmentedError; /** * Cannot decrease stake while slashes ongoing. **/ StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError; /** * Cannot increase stake while unstaking. **/ StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError; /** * Cannot unstake while slashes ongoing. **/ StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError; /** * Insufficient balance in source account. **/ StakingErrorInsufficientBalanceInSourceAccount: AugmentedError; /** * Insufficient stake to decrease. **/ StakingErrorInsufficientStake: AugmentedError; /** * Not staked. **/ StakingErrorNotStaked: AugmentedError; /** * Slash amount should be greater than zero. **/ StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError; /** * Stake not found. **/ StakingErrorStakeNotFound: AugmentedError; /** * Unstaking period should be greater than zero. **/ StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_application_stake_unstaking_period should be non-zero. **/ TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_role_stake_unstaking_period should be non-zero. **/ TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Application does not exist. **/ WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError; /** * Application is not active. **/ WithdrawWorkerApplicationApplicationNotActive: AugmentedError; /** * Opening not accepting applications. **/ WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError; /** * Redundant unstaking period provided **/ WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError; /** * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE **/ WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker application text too long. **/ WorkerApplicationTextTooLong: AugmentedError; /** * Worker application text too short. **/ WorkerApplicationTextTooShort: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker exit rationale text is too long. **/ WorkerExitRationaleTextTooLong: AugmentedError; /** * Worker exit rationale text is too short. **/ WorkerExitRationaleTextTooShort: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: 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; }; members: { /** * Avatar url is too long. **/ AvatarUriTooLong: AugmentedError; /** * Controller account required. **/ ControllerAccountRequired: AugmentedError; /** * Handle already registered. **/ HandleAlreadyRegistered: AugmentedError; /** * Handle must be provided during registration. **/ HandleMustBeProvidedDuringRegistration: AugmentedError; /** * Handle too long. **/ HandleTooLong: AugmentedError; /** * Handle too short. **/ HandleTooShort: AugmentedError; /** * Screening authority attempting to endow more that maximum allowed. **/ InitialBalanceExceedsMaxInitialBalance: AugmentedError; /** * Member profile not found (invalid member id). **/ MemberProfileNotFound: AugmentedError; /** * New memberships not allowed. **/ NewMembershipsNotAllowed: AugmentedError; /** * A screening authority is not defined. **/ NoScreeningAuthorityDefined: AugmentedError; /** * Not enough balance to buy membership. **/ NotEnoughBalanceToBuyMembership: AugmentedError; /** * Origin is not the screeing authority. **/ NotScreeningAuthority: AugmentedError; /** * Only new accounts can be used for screened members. **/ OnlyNewAccountsCanBeUsedForScreenedMembers: AugmentedError; /** * Paid term id not active. **/ PaidTermIdNotActive: AugmentedError; /** * Paid term id not found. **/ PaidTermIdNotFound: AugmentedError; /** * Root account required. **/ RootAccountRequired: AugmentedError; /** * Invalid origin. **/ UnsignedOrigin: AugmentedError; }; operationsWorkingGroup: { /** * Opening does not exist. **/ AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting to begin. **/ AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError; /** * Opening does not activate in the future. **/ AddWorkerOpeningActivatesInThePast: AugmentedError; /** * Add worker opening application stake cannot be zero. **/ AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError; /** * Application stake amount less than minimum currency balance. **/ AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError; /** * New application was crowded out. **/ AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError; /** * Opening does not exist. **/ AddWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening is not in accepting applications stage. **/ AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError; /** * Add worker opening role stake cannot be zero. **/ AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError; /** * Role stake amount less than minimum currency balance. **/ AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError; /** * Stake amount too low. **/ AddWorkerOpeningStakeAmountTooLow: AugmentedError; /** * Stake missing when required. **/ AddWorkerOpeningStakeMissingWhenRequired: AugmentedError; /** * Stake provided when redundant. **/ AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError; /** * Application rationing has zero max active applicants. **/ AddWorkerOpeningZeroMaxApplicantCount: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_rationing_policy): * max_active_applicants should be non-zero. **/ ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer does not match controller account. **/ ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError; /** * Opening does not exist. **/ BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting. **/ BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError; /** * Cannot find mint in the minting module. **/ CannotFindMint: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_application_stake_unstaking_period should be non-zero. **/ ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_stake_unstaking_period should be non-zero. **/ ExitRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Reward policy has invalid next payment block number. **/ FillOpeningInvalidNextPaymentBlock: AugmentedError; /** * Working group mint does not exist. **/ FillOpeningMintDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Applications not for opening. **/ FillWorkerOpeningApplicationForWrongOpening: AugmentedError; /** * Application does not exist. **/ FullWorkerOpeningApplicationDoesNotExist: AugmentedError; /** * Application not in active stage. **/ FullWorkerOpeningApplicationNotActive: AugmentedError; /** * OpeningDoesNotExist. **/ FullWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening not in review period stage. **/ FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError; /** * Application stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for failed applicants too short. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for successful applicants too short. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Application stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for successful applicants too short. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for failed applicants too short. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Insufficient balance to apply. **/ InsufficientBalanceToApply: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Member already has an active application on the opening. **/ MemberHasActiveApplicationOnOpening: AugmentedError; /** * Member id is invalid. **/ MembershipInvalidMemberId: AugmentedError; /** * Unsigned origin. **/ MembershipUnsignedOrigin: AugmentedError; /** * Minting error: NextAdjustmentInPast **/ MintingErrorNextAdjustmentInPast: AugmentedError; /** * Cannot get the worker stake profile. **/ NoWorkerStakeProfile: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Opening text too long. **/ OpeningTextTooLong: AugmentedError; /** * Opening text too short. **/ OpeningTextTooShort: AugmentedError; /** * Origin must be controller or root account of member. **/ OriginIsNeitherMemberControllerOrRoot: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Next payment is not in the future. **/ RecurringRewardsNextPaymentNotInFuture: AugmentedError; /** * Recipient not found. **/ RecurringRewardsRecipientNotFound: AugmentedError; /** * Reward relationship not found. **/ RecurringRewardsRewardRelationshipNotFound: AugmentedError; /** * Recipient reward source not found. **/ RecurringRewardsRewardSourceNotFound: AugmentedError; /** * Relationship must exist. **/ RelationshipMustExist: AugmentedError; /** * Require root origin in extrinsics. **/ RequireRootOrigin: AugmentedError; /** * Require signed origin in extrinsics. **/ RequireSignedOrigin: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Already unstaking. **/ StakingErrorAlreadyUnstaking: AugmentedError; /** * Cannot change stake by zero. **/ StakingErrorCannotChangeStakeByZero: AugmentedError; /** * Cannot decrease stake while slashes ongoing. **/ StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError; /** * Cannot increase stake while unstaking. **/ StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError; /** * Cannot unstake while slashes ongoing. **/ StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError; /** * Insufficient balance in source account. **/ StakingErrorInsufficientBalanceInSourceAccount: AugmentedError; /** * Insufficient stake to decrease. **/ StakingErrorInsufficientStake: AugmentedError; /** * Not staked. **/ StakingErrorNotStaked: AugmentedError; /** * Slash amount should be greater than zero. **/ StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError; /** * Stake not found. **/ StakingErrorStakeNotFound: AugmentedError; /** * Unstaking period should be greater than zero. **/ StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_application_stake_unstaking_period should be non-zero. **/ TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_role_stake_unstaking_period should be non-zero. **/ TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Application does not exist. **/ WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError; /** * Application is not active. **/ WithdrawWorkerApplicationApplicationNotActive: AugmentedError; /** * Opening not accepting applications. **/ WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError; /** * Redundant unstaking period provided **/ WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError; /** * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE **/ WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker application text too long. **/ WorkerApplicationTextTooLong: AugmentedError; /** * Worker application text too short. **/ WorkerApplicationTextTooShort: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker exit rationale text is too long. **/ WorkerExitRationaleTextTooLong: AugmentedError; /** * Worker exit rationale text is too short. **/ WorkerExitRationaleTextTooShort: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: AugmentedError; /** * Worker storage text is too long. **/ WorkerStorageValueTooLong: AugmentedError; }; proposalsCodex: { /** * Invalid 'decrease stake proposal' parameter - cannot decrease by zero balance. **/ DecreasingStakeIsZero: AugmentedError; /** * Invalid content working group mint capacity parameter **/ InvalidContentWorkingGroupMintCapacity: 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 'set lead proposal' parameter - proposed lead cannot be a councilor **/ InvalidSetLeadParameterCannotBeCouncilor: AugmentedError; /** * Invalid balance value for the spending proposal **/ InvalidSpendingProposalBalance: AugmentedError; /** * Invalid validator count for the 'set validator count' proposal **/ InvalidValidatorCount: AugmentedError; /** * Invalid working group mint capacity parameter **/ InvalidWorkingGroupMintCapacity: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; /** * Provided WASM code for the runtime upgrade proposal is empty **/ RuntimeProposalIsEmpty: AugmentedError; /** * The size of the provided WASM code for the runtime upgrade proposal exceeded the limit **/ RuntimeProposalSizeExceeded: AugmentedError; /** * Invalid 'slash stake proposal' parameter - cannot slash by zero balance. **/ SlashingStakeIsZero: AugmentedError; /** * Provided text for text proposal is empty **/ TextProposalIsEmpty: AugmentedError; /** * The size of the provided text for text proposal exceeded the limit **/ TextProposalSizeExceeded: AugmentedError; }; proposalsDiscussion: { /** * Post cannot be empty **/ EmptyPostProvided: AugmentedError; /** * Discussion cannot have an empty title **/ EmptyTitleProvided: AugmentedError; /** * Max number of threads by same author in a row limit exceeded **/ MaxThreadInARowLimitExceeded: AugmentedError; /** * Author should match the post creator **/ NotAuthor: AugmentedError; /** * Post doesn't exist **/ PostDoesntExist: AugmentedError; /** * Post edition limit reached **/ PostEditionNumberExceeded: AugmentedError; /** * Post is too long **/ PostIsTooLong: AugmentedError; /** * Require root origin in extrinsics **/ RequireRootOrigin: AugmentedError; /** * Thread doesn't exist **/ ThreadDoesntExist: AugmentedError; /** * Title is too long **/ TitleIsTooLong: AugmentedError; }; proposalsEngine: { /** * The proposal have been already voted on **/ AlreadyVoted: 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; /** * Insufficient balance for operation. **/ InsufficientBalance: AugmentedError; /** * Approval threshold cannot be zero **/ InvalidParameterApprovalThreshold: AugmentedError; /** * Slashing threshold cannot be zero **/ InvalidParameterSlashingThreshold: AugmentedError; /** * Max active proposals number exceeded **/ MaxActiveProposalNumberExceeded: AugmentedError; /** * Not an author **/ NotAuthor: AugmentedError; /** * Proposal is finalized already **/ ProposalFinalized: 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; }; 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: { /** * Opening does not exist. **/ AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting to begin. **/ AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError; /** * Opening does not activate in the future. **/ AddWorkerOpeningActivatesInThePast: AugmentedError; /** * Add worker opening application stake cannot be zero. **/ AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError; /** * Application stake amount less than minimum currency balance. **/ AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError; /** * New application was crowded out. **/ AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError; /** * Opening does not exist. **/ AddWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening is not in accepting applications stage. **/ AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError; /** * Add worker opening role stake cannot be zero. **/ AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError; /** * Role stake amount less than minimum currency balance. **/ AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError; /** * Stake amount too low. **/ AddWorkerOpeningStakeAmountTooLow: AugmentedError; /** * Stake missing when required. **/ AddWorkerOpeningStakeMissingWhenRequired: AugmentedError; /** * Stake provided when redundant. **/ AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError; /** * Application rationing has zero max active applicants. **/ AddWorkerOpeningZeroMaxApplicantCount: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_rationing_policy): * max_active_applicants should be non-zero. **/ ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (application_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer does not match controller account. **/ ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError; /** * Opening does not exist. **/ BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError; /** * Opening Is Not in Waiting. **/ BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError; /** * Cannot find mint in the minting module. **/ CannotFindMint: AugmentedError; /** * There is leader already, cannot hire another one. **/ CannotHireLeaderWhenLeaderExists: AugmentedError; /** * Cannot fill opening with multiple applications. **/ CannotHireMultipleLeaders: AugmentedError; /** * Current lead is not set. **/ CurrentLeadNotSet: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_application_stake_unstaking_period should be non-zero. **/ ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * exit_role_stake_unstaking_period should be non-zero. **/ ExitRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero. **/ FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Reward policy has invalid next payment block number. **/ FillOpeningInvalidNextPaymentBlock: AugmentedError; /** * Working group mint does not exist. **/ FillOpeningMintDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero. **/ FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Applications not for opening. **/ FillWorkerOpeningApplicationForWrongOpening: AugmentedError; /** * Application does not exist. **/ FullWorkerOpeningApplicationDoesNotExist: AugmentedError; /** * Application not in active stage. **/ FullWorkerOpeningApplicationNotActive: AugmentedError; /** * OpeningDoesNotExist. **/ FullWorkerOpeningOpeningDoesNotExist: AugmentedError; /** * Opening not in review period stage. **/ FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError; /** * Application stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for failed applicants too short. **/ FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for successful applicants redundant. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for successful applicants too short. **/ FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Application stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError; /** * Application stake unstaking period for successful applicants too short. **/ FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError; /** * Role stake unstaking period for failed applicants redundant. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError; /** * Role stake unstaking period for failed applicants too short. **/ FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError; /** * Insufficient balance to apply. **/ InsufficientBalanceToApply: AugmentedError; /** * Insufficient balance to cover stake. **/ InsufficientBalanceToCoverStake: AugmentedError; /** * Not a lead account. **/ IsNotLeadAccount: AugmentedError; /** * Working group size limit exceeded. **/ MaxActiveWorkerNumberExceeded: AugmentedError; /** * Member already has an active application on the opening. **/ MemberHasActiveApplicationOnOpening: AugmentedError; /** * Member id is invalid. **/ MembershipInvalidMemberId: AugmentedError; /** * Unsigned origin. **/ MembershipUnsignedOrigin: AugmentedError; /** * Minting error: NextAdjustmentInPast **/ MintingErrorNextAdjustmentInPast: AugmentedError; /** * Cannot get the worker stake profile. **/ NoWorkerStakeProfile: AugmentedError; /** * Opening does not exist. **/ OpeningDoesNotExist: AugmentedError; /** * Opening text too long. **/ OpeningTextTooLong: AugmentedError; /** * Opening text too short. **/ OpeningTextTooShort: AugmentedError; /** * Origin must be controller or root account of member. **/ OriginIsNeitherMemberControllerOrRoot: AugmentedError; /** * Origin is not applicant. **/ OriginIsNotApplicant: AugmentedError; /** * Next payment is not in the future. **/ RecurringRewardsNextPaymentNotInFuture: AugmentedError; /** * Recipient not found. **/ RecurringRewardsRecipientNotFound: AugmentedError; /** * Reward relationship not found. **/ RecurringRewardsRewardRelationshipNotFound: AugmentedError; /** * Recipient reward source not found. **/ RecurringRewardsRewardSourceNotFound: AugmentedError; /** * Relationship must exist. **/ RelationshipMustExist: AugmentedError; /** * Require root origin in extrinsics. **/ RequireRootOrigin: AugmentedError; /** * Require signed origin in extrinsics. **/ RequireSignedOrigin: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * crowded_out_unstaking_period_length should be non-zero. **/ RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter (role_staking_policy): * review_period_expired_unstaking_period_length should be non-zero. **/ RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError; /** * Signer is not worker role account. **/ SignerIsNotWorkerRoleAccount: AugmentedError; /** * Provided stake balance cannot be zero. **/ StakeBalanceCannotBeZero: AugmentedError; /** * Already unstaking. **/ StakingErrorAlreadyUnstaking: AugmentedError; /** * Cannot change stake by zero. **/ StakingErrorCannotChangeStakeByZero: AugmentedError; /** * Cannot decrease stake while slashes ongoing. **/ StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError; /** * Cannot increase stake while unstaking. **/ StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError; /** * Cannot unstake while slashes ongoing. **/ StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError; /** * Insufficient balance in source account. **/ StakingErrorInsufficientBalanceInSourceAccount: AugmentedError; /** * Insufficient stake to decrease. **/ StakingErrorInsufficientStake: AugmentedError; /** * Not staked. **/ StakingErrorNotStaked: AugmentedError; /** * Slash amount should be greater than zero. **/ StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError; /** * Stake not found. **/ StakingErrorStakeNotFound: AugmentedError; /** * Unstaking period should be greater than zero. **/ StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError; /** * Successful worker application does not exist. **/ SuccessfulWorkerApplicationDoesNotExist: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_application_stake_unstaking_period should be non-zero. **/ TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError; /** * Invalid OpeningPolicyCommitment parameter: * terminate_role_stake_unstaking_period should be non-zero. **/ TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError; /** * Application does not exist. **/ WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError; /** * Application is not active. **/ WithdrawWorkerApplicationApplicationNotActive: AugmentedError; /** * Opening not accepting applications. **/ WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError; /** * Redundant unstaking period provided **/ WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError; /** * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE **/ WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError; /** * Worker application does not exist. **/ WorkerApplicationDoesNotExist: AugmentedError; /** * Worker application text too long. **/ WorkerApplicationTextTooLong: AugmentedError; /** * Worker application text too short. **/ WorkerApplicationTextTooShort: AugmentedError; /** * Worker does not exist. **/ WorkerDoesNotExist: AugmentedError; /** * Worker exit rationale text is too long. **/ WorkerExitRationaleTextTooLong: AugmentedError; /** * Worker exit rationale text is too short. **/ WorkerExitRationaleTextTooShort: AugmentedError; /** * Worker has no recurring reward. **/ WorkerHasNoReward: 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 { } }