123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635 |
- // 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<ApiType> {
- authorship: {
- /**
- * The uncle is genesis.
- **/
- GenesisUncle: AugmentedError<ApiType>;
- /**
- * The uncle parent not in the chain.
- **/
- InvalidUncleParent: AugmentedError<ApiType>;
- /**
- * The uncle isn't recent enough to be included.
- **/
- OldUncle: AugmentedError<ApiType>;
- /**
- * The uncle is too high in chain.
- **/
- TooHighUncle: AugmentedError<ApiType>;
- /**
- * Too many uncles.
- **/
- TooManyUncles: AugmentedError<ApiType>;
- /**
- * The uncle is already included.
- **/
- UncleAlreadyIncluded: AugmentedError<ApiType>;
- /**
- * Uncles already set in the block.
- **/
- UnclesAlreadySet: AugmentedError<ApiType>;
- };
- balances: {
- /**
- * Beneficiary account must pre-exist
- **/
- DeadAccount: AugmentedError<ApiType>;
- /**
- * Value too low to create account due to existential deposit
- **/
- ExistentialDeposit: AugmentedError<ApiType>;
- /**
- * A vesting schedule already exists for this account
- **/
- ExistingVestingSchedule: AugmentedError<ApiType>;
- /**
- * Balance too low to send value
- **/
- InsufficientBalance: AugmentedError<ApiType>;
- /**
- * Transfer/payment would kill account
- **/
- KeepAlive: AugmentedError<ApiType>;
- /**
- * Account liquidity restrictions prevent withdrawal
- **/
- LiquidityRestrictions: AugmentedError<ApiType>;
- /**
- * Got an overflow after adding
- **/
- Overflow: AugmentedError<ApiType>;
- /**
- * Vesting balance too high to send value
- **/
- VestingBalance: AugmentedError<ApiType>;
- };
- contentDirectory: {
- /**
- * Provided actor can`t create entities of given class
- **/
- ActorCanNotCreateEntities: AugmentedError<ApiType>;
- /**
- * All property values, related to a given Entity were locked on Class level
- **/
- AllPropertiesWereLockedOnClassLevel: AugmentedError<ApiType>;
- /**
- * All ids of new property value references with same owner flag set should match their respective Properties defined on Class level
- **/
- AllProvidedPropertyValueIdsMustBeReferencesWithSameOwnerFlagSet: AugmentedError<ApiType>;
- /**
- * Expected root or signed origin
- **/
- BadOrigin: AugmentedError<ApiType>;
- /**
- * Class access denied
- **/
- ClassAccessDenied: AugmentedError<ApiType>;
- /**
- * Class description is too long
- **/
- ClassDescriptionTooLong: AugmentedError<ApiType>;
- /**
- * Class description is too short
- **/
- ClassDescriptionTooShort: AugmentedError<ApiType>;
- /**
- * Maximum number of classes limit reached
- **/
- ClassLimitReached: AugmentedError<ApiType>;
- /**
- * Number of maintainers per class limit reached
- **/
- ClassMaintainersLimitReached: AugmentedError<ApiType>;
- /**
- * Class name is too long
- **/
- ClassNameTooLong: AugmentedError<ApiType>;
- /**
- * Class name is too short
- **/
- ClassNameTooShort: AugmentedError<ApiType>;
- /**
- * Main logic errors
- * --------------------------------------
- * Class was not found by id
- **/
- ClassNotFound: AugmentedError<ApiType>;
- /**
- * Class property under given index not found
- **/
- ClassPropertyNotFound: AugmentedError<ApiType>;
- /**
- * Given class property type is locked for given actor
- **/
- ClassPropertyTypeLockedForGivenActor: AugmentedError<ApiType>;
- /**
- * Given class schema is not active
- **/
- ClassSchemaNotActive: AugmentedError<ApiType>;
- /**
- * New class schema refers to an unknown class id
- **/
- ClassSchemaRefersUnknownClass: AugmentedError<ApiType>;
- /**
- * New class schema refers to an unknown property index
- **/
- ClassSchemaRefersUnknownPropertyIndex: AugmentedError<ApiType>;
- /**
- * Maximum number of given class schemas limit reached
- **/
- ClassSchemasLimitReached: AugmentedError<ApiType>;
- /**
- * Curator authentication failed
- **/
- CuratorAuthFailed: AugmentedError<ApiType>;
- /**
- * Given curator group does not exist
- **/
- CuratorGroupDoesNotExist: AugmentedError<ApiType>;
- /**
- * Curator group is not active
- **/
- CuratorGroupIsNotActive: AugmentedError<ApiType>;
- /**
- * Permission errors
- * --------------------------------------
- * Curator group can`t be removed, as it currently maintains at least one class
- **/
- CuratorGroupRemovalForbidden: AugmentedError<ApiType>;
- /**
- * Curator under provided curator id is already a member of curaror group under given id
- **/
- CuratorIsAlreadyAMemberOfGivenCuratorGroup: AugmentedError<ApiType>;
- /**
- * Curator under provided curator id is not a member of curaror group under given id
- **/
- CuratorIsNotAMemberOfGivenCuratorGroup: AugmentedError<ApiType>;
- /**
- * Max number of curators per group limit reached
- **/
- CuratorsPerGroupLimitReached: AugmentedError<ApiType>;
- /**
- * Current class entities creation blocked
- **/
- EntitiesCreationBlocked: AugmentedError<ApiType>;
- /**
- * Number of entities per class is to big
- **/
- EntitiesNumberPerClassConstraintViolated: AugmentedError<ApiType>;
- /**
- * Entity access denied
- **/
- EntityAccessDenied: AugmentedError<ApiType>;
- /**
- * Add entity schema support access denied
- **/
- EntityAddSchemaSupportAccessDenied: AugmentedError<ApiType>;
- /**
- * Entity already contains property under provided index
- **/
- EntityAlreadyContainsGivenPropertyId: AugmentedError<ApiType>;
- /**
- * Given entity can`t be referenced
- **/
- EntityCanNotBeReferenced: AugmentedError<ApiType>;
- /**
- * Entity ownership transfer can`t be completed, as there are some property values pointing to given entity with same owner flag set
- **/
- EntityInboundSameOwnerRcDoesNotEqualToZero: AugmentedError<ApiType>;
- /**
- * Entity was not created in batched transaction
- **/
- EntityNotCreatedByOperation: AugmentedError<ApiType>;
- /**
- * Entity was not found by id
- **/
- EntityNotFound: AugmentedError<ApiType>;
- /**
- * Given property value vector index is out of range
- **/
- EntityPropertyValueVectorIndexIsOutOfRange: AugmentedError<ApiType>;
- /**
- * Propery value vector can`t contain more values
- **/
- EntityPropertyValueVectorIsTooLong: AugmentedError<ApiType>;
- /**
- * Entity removal can`t be completed, as there are some property values pointing to given entity
- **/
- EntityRcDoesNotEqualToZero: AugmentedError<ApiType>;
- /**
- * Entity removal access denied
- **/
- EntityRemovalAccessDenied: AugmentedError<ApiType>;
- /**
- * Text property to be hashed is too long
- **/
- HashedTextPropertyTooLong: AugmentedError<ApiType>;
- /**
- * Individual number of class entities per actor is too big
- **/
- IndividualNumberOfClassEntitiesPerActorIsTooBig: AugmentedError<ApiType>;
- /**
- * Lead authentication failed
- **/
- LeadAuthFailed: AugmentedError<ApiType>;
- /**
- * Given maintainer already exist
- **/
- MaintainerAlreadyExists: AugmentedError<ApiType>;
- /**
- * Given maintainer does not exist
- **/
- MaintainerDoesNotExist: AugmentedError<ApiType>;
- /**
- * Member authentication failed
- **/
- MemberAuthFailed: AugmentedError<ApiType>;
- /**
- * Some required property was not found when adding schema support to entity
- **/
- MissingRequiredProperty: AugmentedError<ApiType>;
- /**
- * Cannot add a class schema with an empty list of properties
- **/
- NoPropertiesInClassSchema: AugmentedError<ApiType>;
- /**
- * Number of class entities per actor constraint violated
- **/
- NumberOfClassEntitiesPerActorConstraintViolated: AugmentedError<ApiType>;
- /**
- * Maximum numbers of entities per class limit reached
- **/
- NumberOfEntitiesPerClassLimitReached: AugmentedError<ApiType>;
- /**
- * Number of operations during atomic batching limit reached
- **/
- NumberOfOperationsDuringAtomicBatchingLimitReached: AugmentedError<ApiType>;
- /**
- * Origin cannot be made into raw origin
- **/
- OriginCanNotBeMadeIntoRawOrigin: AugmentedError<ApiType>;
- /**
- * Entities creation limit per controller should be less than overall entities creation limit
- **/
- PerControllerEntitiesCreationLimitExceedsOverallLimit: AugmentedError<ApiType>;
- /**
- * Property description is too long
- **/
- PropertyDescriptionTooLong: AugmentedError<ApiType>;
- /**
- * Property description is too short
- **/
- PropertyDescriptionTooShort: AugmentedError<ApiType>;
- /**
- * Property name is not unique within its class
- **/
- PropertyNameNotUniqueInAClass: AugmentedError<ApiType>;
- /**
- * Property name is too long
- **/
- PropertyNameTooLong: AugmentedError<ApiType>;
- /**
- * Validation errors
- * --------------------------------------
- * Property name is too short
- **/
- PropertyNameTooShort: AugmentedError<ApiType>;
- /**
- * Some of the provided property values don't match the expected property type
- **/
- PropertyValueDoNotMatchType: AugmentedError<ApiType>;
- /**
- * Property value don't match the expected vector property type
- **/
- PropertyValueDoNotMatchVecType: AugmentedError<ApiType>;
- /**
- * Property value should be unique across all Entities of this Class
- **/
- PropertyValueShouldBeUnique: AugmentedError<ApiType>;
- /**
- * Propery value type does not match internal entity vector type
- **/
- PropertyValueTypeDoesNotMatchInternalVectorType: AugmentedError<ApiType>;
- /**
- * Property value under given index is not a vector
- **/
- PropertyValueUnderGivenIndexIsNotAVector: AugmentedError<ApiType>;
- /**
- * Current property value vector nonce does not equal to provided one
- **/
- PropertyValueVecNoncesDoesNotMatch: AugmentedError<ApiType>;
- /**
- * Provided entity controller is equal to the current one
- **/
- ProvidedEntityControllerIsEqualToTheCurrentOne: AugmentedError<ApiType>;
- /**
- * Provided property references entity, which class_id is not equal to class_id, declared in corresponding property type
- **/
- ReferencedEntityDoesNotMatchItsClass: AugmentedError<ApiType>;
- /**
- * Entity should be referenced from the entity, owned by the same controller
- **/
- SameControllerConstraintViolation: AugmentedError<ApiType>;
- /**
- * Cannot add a schema that is already added to this entity
- **/
- SchemaAlreadyAddedToTheEntity: AugmentedError<ApiType>;
- /**
- * Schema under provided schema_id does not contain given property
- **/
- SchemaDoesNotContainProvidedPropertyId: AugmentedError<ApiType>;
- /**
- * Maximum number of properties in schema limit reached
- **/
- SchemaPropertiesLimitReached: AugmentedError<ApiType>;
- /**
- * Text property is too long
- **/
- TextPropertyTooLong: AugmentedError<ApiType>;
- /**
- * Unknown class schema id
- **/
- UnknownClassSchemaId: AugmentedError<ApiType>;
- /**
- * Some of the provided property ids cannot be found on the current list of propery values of this entity
- **/
- UnknownEntityPropertyId: AugmentedError<ApiType>;
- /**
- * Vector property is too long
- **/
- VecPropertyTooLong: AugmentedError<ApiType>;
- /**
- * Entities voucher limit reached
- **/
- VoucherLimitReached: AugmentedError<ApiType>;
- };
- contentDirectoryWorkingGroup: {
- /**
- * Opening does not exist.
- **/
- AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening Is Not in Waiting to begin.
- **/
- AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError<ApiType>;
- /**
- * Opening does not activate in the future.
- **/
- AddWorkerOpeningActivatesInThePast: AugmentedError<ApiType>;
- /**
- * Add worker opening application stake cannot be zero.
- **/
- AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError<ApiType>;
- /**
- * Application stake amount less than minimum currency balance.
- **/
- AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError<ApiType>;
- /**
- * New application was crowded out.
- **/
- AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- AddWorkerOpeningOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening is not in accepting applications stage.
- **/
- AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError<ApiType>;
- /**
- * Add worker opening role stake cannot be zero.
- **/
- AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError<ApiType>;
- /**
- * Role stake amount less than minimum currency balance.
- **/
- AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError<ApiType>;
- /**
- * Stake amount too low.
- **/
- AddWorkerOpeningStakeAmountTooLow: AugmentedError<ApiType>;
- /**
- * Stake missing when required.
- **/
- AddWorkerOpeningStakeMissingWhenRequired: AugmentedError<ApiType>;
- /**
- * Stake provided when redundant.
- **/
- AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError<ApiType>;
- /**
- * Application rationing has zero max active applicants.
- **/
- AddWorkerOpeningZeroMaxApplicantCount: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_rationing_policy):
- * max_active_applicants should be non-zero.
- **/
- ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_staking_policy):
- * crowded_out_unstaking_period_length should be non-zero.
- **/
- ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_staking_policy):
- * review_period_expired_unstaking_period_length should be non-zero.
- **/
- ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Signer does not match controller account.
- **/
- ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening Is Not in Waiting.
- **/
- BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError<ApiType>;
- /**
- * Cannot find mint in the minting module.
- **/
- CannotFindMint: AugmentedError<ApiType>;
- /**
- * There is leader already, cannot hire another one.
- **/
- CannotHireLeaderWhenLeaderExists: AugmentedError<ApiType>;
- /**
- * Cannot fill opening with multiple applications.
- **/
- CannotHireMultipleLeaders: AugmentedError<ApiType>;
- /**
- * Current lead is not set.
- **/
- CurrentLeadNotSet: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * exit_role_application_stake_unstaking_period should be non-zero.
- **/
- ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * exit_role_stake_unstaking_period should be non-zero.
- **/
- ExitRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero.
- **/
- FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero.
- **/
- FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Reward policy has invalid next payment block number.
- **/
- FillOpeningInvalidNextPaymentBlock: AugmentedError<ApiType>;
- /**
- * Working group mint does not exist.
- **/
- FillOpeningMintDoesNotExist: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero.
- **/
- FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Applications not for opening.
- **/
- FillWorkerOpeningApplicationForWrongOpening: AugmentedError<ApiType>;
- /**
- * Application does not exist.
- **/
- FullWorkerOpeningApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Application not in active stage.
- **/
- FullWorkerOpeningApplicationNotActive: AugmentedError<ApiType>;
- /**
- * OpeningDoesNotExist.
- **/
- FullWorkerOpeningOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening not in review period stage.
- **/
- FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for successful applicants redundant.
- **/
- FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for failed applicants too short.
- **/
- FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for successful applicants redundant.
- **/
- FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for successful applicants too short.
- **/
- FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for failed applicants redundant.
- **/
- FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for successful applicants too short.
- **/
- FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for failed applicants redundant.
- **/
- FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for failed applicants too short.
- **/
- FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Insufficient balance to apply.
- **/
- InsufficientBalanceToApply: AugmentedError<ApiType>;
- /**
- * Insufficient balance to cover stake.
- **/
- InsufficientBalanceToCoverStake: AugmentedError<ApiType>;
- /**
- * Not a lead account.
- **/
- IsNotLeadAccount: AugmentedError<ApiType>;
- /**
- * Working group size limit exceeded.
- **/
- MaxActiveWorkerNumberExceeded: AugmentedError<ApiType>;
- /**
- * Member already has an active application on the opening.
- **/
- MemberHasActiveApplicationOnOpening: AugmentedError<ApiType>;
- /**
- * Member id is invalid.
- **/
- MembershipInvalidMemberId: AugmentedError<ApiType>;
- /**
- * Unsigned origin.
- **/
- MembershipUnsignedOrigin: AugmentedError<ApiType>;
- /**
- * Minting error: NextAdjustmentInPast
- **/
- MintingErrorNextAdjustmentInPast: AugmentedError<ApiType>;
- /**
- * Cannot get the worker stake profile.
- **/
- NoWorkerStakeProfile: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- OpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening text too long.
- **/
- OpeningTextTooLong: AugmentedError<ApiType>;
- /**
- * Opening text too short.
- **/
- OpeningTextTooShort: AugmentedError<ApiType>;
- /**
- * Origin must be controller or root account of member.
- **/
- OriginIsNeitherMemberControllerOrRoot: AugmentedError<ApiType>;
- /**
- * Origin is not applicant.
- **/
- OriginIsNotApplicant: AugmentedError<ApiType>;
- /**
- * Next payment is not in the future.
- **/
- RecurringRewardsNextPaymentNotInFuture: AugmentedError<ApiType>;
- /**
- * Recipient not found.
- **/
- RecurringRewardsRecipientNotFound: AugmentedError<ApiType>;
- /**
- * Reward relationship not found.
- **/
- RecurringRewardsRewardRelationshipNotFound: AugmentedError<ApiType>;
- /**
- * Recipient reward source not found.
- **/
- RecurringRewardsRewardSourceNotFound: AugmentedError<ApiType>;
- /**
- * Relationship must exist.
- **/
- RelationshipMustExist: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics.
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- /**
- * Require signed origin in extrinsics.
- **/
- RequireSignedOrigin: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (role_staking_policy):
- * crowded_out_unstaking_period_length should be non-zero.
- **/
- RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (role_staking_policy):
- * review_period_expired_unstaking_period_length should be non-zero.
- **/
- RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Signer is not worker role account.
- **/
- SignerIsNotWorkerRoleAccount: AugmentedError<ApiType>;
- /**
- * Provided stake balance cannot be zero.
- **/
- StakeBalanceCannotBeZero: AugmentedError<ApiType>;
- /**
- * Already unstaking.
- **/
- StakingErrorAlreadyUnstaking: AugmentedError<ApiType>;
- /**
- * Cannot change stake by zero.
- **/
- StakingErrorCannotChangeStakeByZero: AugmentedError<ApiType>;
- /**
- * Cannot decrease stake while slashes ongoing.
- **/
- StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError<ApiType>;
- /**
- * Cannot increase stake while unstaking.
- **/
- StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError<ApiType>;
- /**
- * Cannot unstake while slashes ongoing.
- **/
- StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError<ApiType>;
- /**
- * Insufficient balance in source account.
- **/
- StakingErrorInsufficientBalanceInSourceAccount: AugmentedError<ApiType>;
- /**
- * Insufficient stake to decrease.
- **/
- StakingErrorInsufficientStake: AugmentedError<ApiType>;
- /**
- * Not staked.
- **/
- StakingErrorNotStaked: AugmentedError<ApiType>;
- /**
- * Slash amount should be greater than zero.
- **/
- StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError<ApiType>;
- /**
- * Stake not found.
- **/
- StakingErrorStakeNotFound: AugmentedError<ApiType>;
- /**
- * Unstaking period should be greater than zero.
- **/
- StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError<ApiType>;
- /**
- * Successful worker application does not exist.
- **/
- SuccessfulWorkerApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * terminate_application_stake_unstaking_period should be non-zero.
- **/
- TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * terminate_role_stake_unstaking_period should be non-zero.
- **/
- TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Application does not exist.
- **/
- WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Application is not active.
- **/
- WithdrawWorkerApplicationApplicationNotActive: AugmentedError<ApiType>;
- /**
- * Opening not accepting applications.
- **/
- WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError<ApiType>;
- /**
- * Redundant unstaking period provided
- **/
- WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError<ApiType>;
- /**
- * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE
- **/
- WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Worker application does not exist.
- **/
- WorkerApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Worker application text too long.
- **/
- WorkerApplicationTextTooLong: AugmentedError<ApiType>;
- /**
- * Worker application text too short.
- **/
- WorkerApplicationTextTooShort: AugmentedError<ApiType>;
- /**
- * Worker does not exist.
- **/
- WorkerDoesNotExist: AugmentedError<ApiType>;
- /**
- * Worker exit rationale text is too long.
- **/
- WorkerExitRationaleTextTooLong: AugmentedError<ApiType>;
- /**
- * Worker exit rationale text is too short.
- **/
- WorkerExitRationaleTextTooShort: AugmentedError<ApiType>;
- /**
- * Worker has no recurring reward.
- **/
- WorkerHasNoReward: AugmentedError<ApiType>;
- };
- dataDirectory: {
- /**
- * Content with this ID not found.
- **/
- CidNotFound: AugmentedError<ApiType>;
- /**
- * "Data object already added under this content id".
- **/
- DataObjectAlreadyAdded: AugmentedError<ApiType>;
- /**
- * DataObject Injection Failed. Too Many DataObjects.
- **/
- DataObjectsInjectionExceededLimit: AugmentedError<ApiType>;
- /**
- * Cannot create content for inactive or missing data object type.
- **/
- DataObjectTypeMustBeActive: AugmentedError<ApiType>;
- /**
- * Only the liaison for the content may modify its status.
- **/
- LiaisonRequired: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics.
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- };
- dataObjectStorageRegistry: {
- /**
- * Content with this ID not found.
- **/
- CidNotFound: AugmentedError<ApiType>;
- /**
- * No data object storage relationship found for this ID.
- **/
- DataObjectStorageRelationshipNotFound: AugmentedError<ApiType>;
- /**
- * Only the storage provider in a DOSR can decide whether they're ready.
- **/
- OnlyStorageProviderMayClaimReady: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- };
- dataObjectTypeRegistry: {
- /**
- * Data Object Type with the given ID not found.
- **/
- DataObjectTypeNotFound: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- };
- finalityTracker: {
- /**
- * Final hint must be updated only once in the block
- **/
- AlreadyUpdated: AugmentedError<ApiType>;
- /**
- * Finalized height above block number
- **/
- BadHint: AugmentedError<ApiType>;
- };
- grandpa: {
- /**
- * Attempt to signal GRANDPA change with one already pending.
- **/
- ChangePending: AugmentedError<ApiType>;
- /**
- * A given equivocation report is valid but already previously reported.
- **/
- DuplicateOffenceReport: AugmentedError<ApiType>;
- /**
- * An equivocation proof provided as part of an equivocation report is invalid.
- **/
- InvalidEquivocationProof: AugmentedError<ApiType>;
- /**
- * A key ownership proof provided as part of an equivocation report is invalid.
- **/
- InvalidKeyOwnershipProof: AugmentedError<ApiType>;
- /**
- * Attempt to signal GRANDPA pause when the authority set isn't live
- * (either paused or already pending pause).
- **/
- PauseFailed: AugmentedError<ApiType>;
- /**
- * Attempt to signal GRANDPA resume when the authority set isn't paused
- * (either live or already pending resume).
- **/
- ResumeFailed: AugmentedError<ApiType>;
- /**
- * Cannot signal forced change so soon after last.
- **/
- TooSoon: AugmentedError<ApiType>;
- };
- imOnline: {
- /**
- * Duplicated heartbeat.
- **/
- DuplicatedHeartbeat: AugmentedError<ApiType>;
- /**
- * Non existent public key.
- **/
- InvalidKey: AugmentedError<ApiType>;
- };
- proposalsCodex: {
- /**
- * Invalid 'decrease stake proposal' parameter - cannot decrease by zero balance.
- **/
- DecreasingStakeIsZero: AugmentedError<ApiType>;
- /**
- * Invalid content working group mint capacity parameter
- **/
- InvalidContentWorkingGroupMintCapacity: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - announcing_period
- **/
- InvalidCouncilElectionParameterAnnouncingPeriod: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - candidacy-limit
- **/
- InvalidCouncilElectionParameterCandidacyLimit: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - council_size
- **/
- InvalidCouncilElectionParameterCouncilSize: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - min_council_stake
- **/
- InvalidCouncilElectionParameterMinCouncilStake: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - min-voting_stake
- **/
- InvalidCouncilElectionParameterMinVotingStake: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - new_term_duration
- **/
- InvalidCouncilElectionParameterNewTermDuration: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - revealing_period
- **/
- InvalidCouncilElectionParameterRevealingPeriod: AugmentedError<ApiType>;
- /**
- * Invalid council election parameter - voting_period
- **/
- InvalidCouncilElectionParameterVotingPeriod: AugmentedError<ApiType>;
- /**
- * Invalid 'set lead proposal' parameter - proposed lead cannot be a councilor
- **/
- InvalidSetLeadParameterCannotBeCouncilor: AugmentedError<ApiType>;
- /**
- * Invalid balance value for the spending proposal
- **/
- InvalidSpendingProposalBalance: AugmentedError<ApiType>;
- /**
- * Invalid validator count for the 'set validator count' proposal
- **/
- InvalidValidatorCount: AugmentedError<ApiType>;
- /**
- * Invalid working group mint capacity parameter
- **/
- InvalidWorkingGroupMintCapacity: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- /**
- * Provided WASM code for the runtime upgrade proposal is empty
- **/
- RuntimeProposalIsEmpty: AugmentedError<ApiType>;
- /**
- * The size of the provided WASM code for the runtime upgrade proposal exceeded the limit
- **/
- RuntimeProposalSizeExceeded: AugmentedError<ApiType>;
- /**
- * Invalid 'slash stake proposal' parameter - cannot slash by zero balance.
- **/
- SlashingStakeIsZero: AugmentedError<ApiType>;
- /**
- * Provided text for text proposal is empty
- **/
- TextProposalIsEmpty: AugmentedError<ApiType>;
- /**
- * The size of the provided text for text proposal exceeded the limit
- **/
- TextProposalSizeExceeded: AugmentedError<ApiType>;
- };
- proposalsDiscussion: {
- /**
- * Post cannot be empty
- **/
- EmptyPostProvided: AugmentedError<ApiType>;
- /**
- * Discussion cannot have an empty title
- **/
- EmptyTitleProvided: AugmentedError<ApiType>;
- /**
- * Max number of threads by same author in a row limit exceeded
- **/
- MaxThreadInARowLimitExceeded: AugmentedError<ApiType>;
- /**
- * Author should match the post creator
- **/
- NotAuthor: AugmentedError<ApiType>;
- /**
- * Post doesn't exist
- **/
- PostDoesntExist: AugmentedError<ApiType>;
- /**
- * Post edition limit reached
- **/
- PostEditionNumberExceeded: AugmentedError<ApiType>;
- /**
- * Post is too long
- **/
- PostIsTooLong: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- /**
- * Thread doesn't exist
- **/
- ThreadDoesntExist: AugmentedError<ApiType>;
- /**
- * Title is too long
- **/
- TitleIsTooLong: AugmentedError<ApiType>;
- };
- proposalsEngine: {
- /**
- * The proposal have been already voted on
- **/
- AlreadyVoted: AugmentedError<ApiType>;
- /**
- * Description is too long
- **/
- DescriptionIsTooLong: AugmentedError<ApiType>;
- /**
- * Proposal cannot have an empty body
- **/
- EmptyDescriptionProvided: AugmentedError<ApiType>;
- /**
- * Stake cannot be empty with this proposal
- **/
- EmptyStake: AugmentedError<ApiType>;
- /**
- * Proposal cannot have an empty title"
- **/
- EmptyTitleProvided: AugmentedError<ApiType>;
- /**
- * Approval threshold cannot be zero
- **/
- InvalidParameterApprovalThreshold: AugmentedError<ApiType>;
- /**
- * Slashing threshold cannot be zero
- **/
- InvalidParameterSlashingThreshold: AugmentedError<ApiType>;
- /**
- * Max active proposals number exceeded
- **/
- MaxActiveProposalNumberExceeded: AugmentedError<ApiType>;
- /**
- * Not an author
- **/
- NotAuthor: AugmentedError<ApiType>;
- /**
- * Proposal is finalized already
- **/
- ProposalFinalized: AugmentedError<ApiType>;
- /**
- * The proposal does not exist
- **/
- ProposalNotFound: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- /**
- * Stake differs from the proposal requirements
- **/
- StakeDiffersFromRequired: AugmentedError<ApiType>;
- /**
- * Stake should be empty for this proposal
- **/
- StakeShouldBeEmpty: AugmentedError<ApiType>;
- /**
- * Title is too long
- **/
- TitleIsTooLong: AugmentedError<ApiType>;
- };
- session: {
- /**
- * Registered duplicate key.
- **/
- DuplicatedKey: AugmentedError<ApiType>;
- /**
- * Invalid ownership proof.
- **/
- InvalidProof: AugmentedError<ApiType>;
- /**
- * No associated validator ID for account.
- **/
- NoAssociatedValidatorId: AugmentedError<ApiType>;
- /**
- * No keys are associated with this account.
- **/
- NoKeys: AugmentedError<ApiType>;
- };
- staking: {
- /**
- * Stash is already bonded.
- **/
- AlreadyBonded: AugmentedError<ApiType>;
- /**
- * Rewards for this era have already been claimed for this validator.
- **/
- AlreadyClaimed: AugmentedError<ApiType>;
- /**
- * Controller is already paired.
- **/
- AlreadyPaired: AugmentedError<ApiType>;
- /**
- * The call is not allowed at the given time due to restrictions of election period.
- **/
- CallNotAllowed: AugmentedError<ApiType>;
- /**
- * Duplicate index.
- **/
- DuplicateIndex: AugmentedError<ApiType>;
- /**
- * Targets cannot be empty.
- **/
- EmptyTargets: AugmentedError<ApiType>;
- /**
- * Attempting to target a stash that still has funds.
- **/
- FundedTarget: AugmentedError<ApiType>;
- /**
- * Incorrect previous history depth input provided.
- **/
- IncorrectHistoryDepth: AugmentedError<ApiType>;
- /**
- * Incorrect number of slashing spans provided.
- **/
- IncorrectSlashingSpans: AugmentedError<ApiType>;
- /**
- * Can not bond with value less than minimum balance.
- **/
- InsufficientValue: AugmentedError<ApiType>;
- /**
- * Invalid era to reward.
- **/
- InvalidEraToReward: AugmentedError<ApiType>;
- /**
- * Invalid number of nominations.
- **/
- InvalidNumberOfNominations: AugmentedError<ApiType>;
- /**
- * Slash record index out of bounds.
- **/
- InvalidSlashIndex: AugmentedError<ApiType>;
- /**
- * Can not schedule more unlock chunks.
- **/
- NoMoreChunks: AugmentedError<ApiType>;
- /**
- * Not a controller account.
- **/
- NotController: AugmentedError<ApiType>;
- /**
- * Items are not sorted and unique.
- **/
- NotSortedAndUnique: AugmentedError<ApiType>;
- /**
- * Not a stash account.
- **/
- NotStash: AugmentedError<ApiType>;
- /**
- * Can not rebond without unlocking chunks.
- **/
- NoUnlockChunk: AugmentedError<ApiType>;
- /**
- * Error while building the assignment type from the compact. This can happen if an index
- * is invalid, or if the weights _overflow_.
- **/
- OffchainElectionBogusCompact: AugmentedError<ApiType>;
- /**
- * The submitted result has unknown edges that are not among the presented winners.
- **/
- OffchainElectionBogusEdge: AugmentedError<ApiType>;
- /**
- * The election size is invalid.
- **/
- OffchainElectionBogusElectionSize: AugmentedError<ApiType>;
- /**
- * One of the submitted nominators has an edge to which they have not voted on chain.
- **/
- OffchainElectionBogusNomination: AugmentedError<ApiType>;
- /**
- * One of the submitted nominators is not an active nominator on chain.
- **/
- OffchainElectionBogusNominator: AugmentedError<ApiType>;
- /**
- * The claimed score does not match with the one computed from the data.
- **/
- OffchainElectionBogusScore: AugmentedError<ApiType>;
- /**
- * A self vote must only be originated from a validator to ONLY themselves.
- **/
- OffchainElectionBogusSelfVote: AugmentedError<ApiType>;
- /**
- * One of the submitted winners is not an active candidate on chain (index is out of range
- * in snapshot).
- **/
- OffchainElectionBogusWinner: AugmentedError<ApiType>;
- /**
- * Incorrect number of winners were presented.
- **/
- OffchainElectionBogusWinnerCount: AugmentedError<ApiType>;
- /**
- * The submitted result is received out of the open window.
- **/
- OffchainElectionEarlySubmission: AugmentedError<ApiType>;
- /**
- * One of the submitted nominators has an edge which is submitted before the last non-zero
- * slash of the target.
- **/
- OffchainElectionSlashedNomination: AugmentedError<ApiType>;
- /**
- * The submitted result is not as good as the one stored on chain.
- **/
- OffchainElectionWeakSubmission: AugmentedError<ApiType>;
- /**
- * The snapshot data of the current window is missing.
- **/
- SnapshotUnavailable: AugmentedError<ApiType>;
- };
- storageWorkingGroup: {
- /**
- * Opening does not exist.
- **/
- AcceptWorkerApplicationsOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening Is Not in Waiting to begin.
- **/
- AcceptWorkerApplicationsOpeningIsNotWaitingToBegin: AugmentedError<ApiType>;
- /**
- * Opening does not activate in the future.
- **/
- AddWorkerOpeningActivatesInThePast: AugmentedError<ApiType>;
- /**
- * Add worker opening application stake cannot be zero.
- **/
- AddWorkerOpeningApplicationStakeCannotBeZero: AugmentedError<ApiType>;
- /**
- * Application stake amount less than minimum currency balance.
- **/
- AddWorkerOpeningAppliicationStakeLessThanMinimum: AugmentedError<ApiType>;
- /**
- * New application was crowded out.
- **/
- AddWorkerOpeningNewApplicationWasCrowdedOut: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- AddWorkerOpeningOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening is not in accepting applications stage.
- **/
- AddWorkerOpeningOpeningNotInAcceptingApplicationStage: AugmentedError<ApiType>;
- /**
- * Add worker opening role stake cannot be zero.
- **/
- AddWorkerOpeningRoleStakeCannotBeZero: AugmentedError<ApiType>;
- /**
- * Role stake amount less than minimum currency balance.
- **/
- AddWorkerOpeningRoleStakeLessThanMinimum: AugmentedError<ApiType>;
- /**
- * Stake amount too low.
- **/
- AddWorkerOpeningStakeAmountTooLow: AugmentedError<ApiType>;
- /**
- * Stake missing when required.
- **/
- AddWorkerOpeningStakeMissingWhenRequired: AugmentedError<ApiType>;
- /**
- * Stake provided when redundant.
- **/
- AddWorkerOpeningStakeProvidedWhenRedundant: AugmentedError<ApiType>;
- /**
- * Application rationing has zero max active applicants.
- **/
- AddWorkerOpeningZeroMaxApplicantCount: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_rationing_policy):
- * max_active_applicants should be non-zero.
- **/
- ApplicationRationingPolicyMaxActiveApplicantsIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_staking_policy):
- * crowded_out_unstaking_period_length should be non-zero.
- **/
- ApplicationStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (application_staking_policy):
- * review_period_expired_unstaking_period_length should be non-zero.
- **/
- ApplicationStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Signer does not match controller account.
- **/
- ApplyOnWorkerOpeningSignerNotControllerAccount: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- BeginWorkerApplicantReviewOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening Is Not in Waiting.
- **/
- BeginWorkerApplicantReviewOpeningOpeningIsNotWaitingToBegin: AugmentedError<ApiType>;
- /**
- * Cannot find mint in the minting module.
- **/
- CannotFindMint: AugmentedError<ApiType>;
- /**
- * There is leader already, cannot hire another one.
- **/
- CannotHireLeaderWhenLeaderExists: AugmentedError<ApiType>;
- /**
- * Cannot fill opening with multiple applications.
- **/
- CannotHireMultipleLeaders: AugmentedError<ApiType>;
- /**
- * Current lead is not set.
- **/
- CurrentLeadNotSet: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * exit_role_application_stake_unstaking_period should be non-zero.
- **/
- ExitRoleApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * exit_role_stake_unstaking_period should be non-zero.
- **/
- ExitRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_failed_applicant_application_stake_unstaking_period should be non-zero.
- **/
- FillOpeningFailedApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_failed_applicant_role_stake_unstaking_period should be non-zero.
- **/
- FillOpeningFailedApplicantRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Reward policy has invalid next payment block number.
- **/
- FillOpeningInvalidNextPaymentBlock: AugmentedError<ApiType>;
- /**
- * Working group mint does not exist.
- **/
- FillOpeningMintDoesNotExist: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * fill_opening_successful_applicant_application_stake_unstaking_period should be non-zero.
- **/
- FillOpeningSuccessfulApplicantApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Applications not for opening.
- **/
- FillWorkerOpeningApplicationForWrongOpening: AugmentedError<ApiType>;
- /**
- * Application does not exist.
- **/
- FullWorkerOpeningApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Application not in active stage.
- **/
- FullWorkerOpeningApplicationNotActive: AugmentedError<ApiType>;
- /**
- * OpeningDoesNotExist.
- **/
- FullWorkerOpeningOpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening not in review period stage.
- **/
- FullWorkerOpeningOpeningNotInReviewPeriodStage: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for successful applicants redundant.
- **/
- FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for failed applicants too short.
- **/
- FullWorkerOpeningSuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for successful applicants redundant.
- **/
- FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for successful applicants too short.
- **/
- FullWorkerOpeningSuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for failed applicants redundant.
- **/
- FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Application stake unstaking period for successful applicants too short.
- **/
- FullWorkerOpeningUnsuccessfulApplicationStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for failed applicants redundant.
- **/
- FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodRedundant: AugmentedError<ApiType>;
- /**
- * Role stake unstaking period for failed applicants too short.
- **/
- FullWorkerOpeningUnsuccessfulRoleStakeUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Insufficient balance to apply.
- **/
- InsufficientBalanceToApply: AugmentedError<ApiType>;
- /**
- * Insufficient balance to cover stake.
- **/
- InsufficientBalanceToCoverStake: AugmentedError<ApiType>;
- /**
- * Not a lead account.
- **/
- IsNotLeadAccount: AugmentedError<ApiType>;
- /**
- * Working group size limit exceeded.
- **/
- MaxActiveWorkerNumberExceeded: AugmentedError<ApiType>;
- /**
- * Member already has an active application on the opening.
- **/
- MemberHasActiveApplicationOnOpening: AugmentedError<ApiType>;
- /**
- * Member id is invalid.
- **/
- MembershipInvalidMemberId: AugmentedError<ApiType>;
- /**
- * Unsigned origin.
- **/
- MembershipUnsignedOrigin: AugmentedError<ApiType>;
- /**
- * Minting error: NextAdjustmentInPast
- **/
- MintingErrorNextAdjustmentInPast: AugmentedError<ApiType>;
- /**
- * Cannot get the worker stake profile.
- **/
- NoWorkerStakeProfile: AugmentedError<ApiType>;
- /**
- * Opening does not exist.
- **/
- OpeningDoesNotExist: AugmentedError<ApiType>;
- /**
- * Opening text too long.
- **/
- OpeningTextTooLong: AugmentedError<ApiType>;
- /**
- * Opening text too short.
- **/
- OpeningTextTooShort: AugmentedError<ApiType>;
- /**
- * Origin must be controller or root account of member.
- **/
- OriginIsNeitherMemberControllerOrRoot: AugmentedError<ApiType>;
- /**
- * Origin is not applicant.
- **/
- OriginIsNotApplicant: AugmentedError<ApiType>;
- /**
- * Next payment is not in the future.
- **/
- RecurringRewardsNextPaymentNotInFuture: AugmentedError<ApiType>;
- /**
- * Recipient not found.
- **/
- RecurringRewardsRecipientNotFound: AugmentedError<ApiType>;
- /**
- * Reward relationship not found.
- **/
- RecurringRewardsRewardRelationshipNotFound: AugmentedError<ApiType>;
- /**
- * Recipient reward source not found.
- **/
- RecurringRewardsRewardSourceNotFound: AugmentedError<ApiType>;
- /**
- * Relationship must exist.
- **/
- RelationshipMustExist: AugmentedError<ApiType>;
- /**
- * Require root origin in extrinsics.
- **/
- RequireRootOrigin: AugmentedError<ApiType>;
- /**
- * Require signed origin in extrinsics.
- **/
- RequireSignedOrigin: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (role_staking_policy):
- * crowded_out_unstaking_period_length should be non-zero.
- **/
- RoleStakingPolicyCrowdedOutUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter (role_staking_policy):
- * review_period_expired_unstaking_period_length should be non-zero.
- **/
- RoleStakingPolicyReviewPeriodUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Signer is not worker role account.
- **/
- SignerIsNotWorkerRoleAccount: AugmentedError<ApiType>;
- /**
- * Provided stake balance cannot be zero.
- **/
- StakeBalanceCannotBeZero: AugmentedError<ApiType>;
- /**
- * Already unstaking.
- **/
- StakingErrorAlreadyUnstaking: AugmentedError<ApiType>;
- /**
- * Cannot change stake by zero.
- **/
- StakingErrorCannotChangeStakeByZero: AugmentedError<ApiType>;
- /**
- * Cannot decrease stake while slashes ongoing.
- **/
- StakingErrorCannotDecreaseWhileSlashesOngoing: AugmentedError<ApiType>;
- /**
- * Cannot increase stake while unstaking.
- **/
- StakingErrorCannotIncreaseStakeWhileUnstaking: AugmentedError<ApiType>;
- /**
- * Cannot unstake while slashes ongoing.
- **/
- StakingErrorCannotUnstakeWhileSlashesOngoing: AugmentedError<ApiType>;
- /**
- * Insufficient balance in source account.
- **/
- StakingErrorInsufficientBalanceInSourceAccount: AugmentedError<ApiType>;
- /**
- * Insufficient stake to decrease.
- **/
- StakingErrorInsufficientStake: AugmentedError<ApiType>;
- /**
- * Not staked.
- **/
- StakingErrorNotStaked: AugmentedError<ApiType>;
- /**
- * Slash amount should be greater than zero.
- **/
- StakingErrorSlashAmountShouldBeGreaterThanZero: AugmentedError<ApiType>;
- /**
- * Stake not found.
- **/
- StakingErrorStakeNotFound: AugmentedError<ApiType>;
- /**
- * Unstaking period should be greater than zero.
- **/
- StakingErrorUnstakingPeriodShouldBeGreaterThanZero: AugmentedError<ApiType>;
- /**
- * Successful worker application does not exist.
- **/
- SuccessfulWorkerApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * terminate_application_stake_unstaking_period should be non-zero.
- **/
- TerminateApplicationStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Invalid OpeningPolicyCommitment parameter:
- * terminate_role_stake_unstaking_period should be non-zero.
- **/
- TerminateRoleStakeUnstakingPeriodIsZero: AugmentedError<ApiType>;
- /**
- * Application does not exist.
- **/
- WithdrawWorkerApplicationApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Application is not active.
- **/
- WithdrawWorkerApplicationApplicationNotActive: AugmentedError<ApiType>;
- /**
- * Opening not accepting applications.
- **/
- WithdrawWorkerApplicationOpeningNotAcceptingApplications: AugmentedError<ApiType>;
- /**
- * Redundant unstaking period provided
- **/
- WithdrawWorkerApplicationRedundantUnstakingPeriod: AugmentedError<ApiType>;
- /**
- * UnstakingPeriodTooShort .... // <== SHOULD REALLY BE TWO SEPARATE, ONE FOR EACH STAKING PURPOSE
- **/
- WithdrawWorkerApplicationUnstakingPeriodTooShort: AugmentedError<ApiType>;
- /**
- * Worker application does not exist.
- **/
- WorkerApplicationDoesNotExist: AugmentedError<ApiType>;
- /**
- * Worker application text too long.
- **/
- WorkerApplicationTextTooLong: AugmentedError<ApiType>;
- /**
- * Worker application text too short.
- **/
- WorkerApplicationTextTooShort: AugmentedError<ApiType>;
- /**
- * Worker does not exist.
- **/
- WorkerDoesNotExist: AugmentedError<ApiType>;
- /**
- * Worker exit rationale text is too long.
- **/
- WorkerExitRationaleTextTooLong: AugmentedError<ApiType>;
- /**
- * Worker exit rationale text is too short.
- **/
- WorkerExitRationaleTextTooShort: AugmentedError<ApiType>;
- /**
- * Worker has no recurring reward.
- **/
- WorkerHasNoReward: AugmentedError<ApiType>;
- };
- sudo: {
- /**
- * Sender must be the Sudo account
- **/
- RequireSudo: AugmentedError<ApiType>;
- };
- system: {
- /**
- * Failed to extract the runtime version from the new runtime.
- *
- * Either calling `Core_version` or decoding `RuntimeVersion` failed.
- **/
- FailedToExtractRuntimeVersion: AugmentedError<ApiType>;
- /**
- * The name of specification does not match between the current runtime
- * and the new runtime.
- **/
- InvalidSpecName: AugmentedError<ApiType>;
- /**
- * Suicide called when the account has non-default composite data.
- **/
- NonDefaultComposite: AugmentedError<ApiType>;
- /**
- * There is a non-zero reference count preventing the account from being purged.
- **/
- NonZeroRefCount: AugmentedError<ApiType>;
- /**
- * The specification version is not allowed to decrease between the current runtime
- * and the new runtime.
- **/
- SpecVersionNeedsToIncrease: AugmentedError<ApiType>;
- };
- }
- export interface DecoratedErrors<ApiType extends ApiTypes> extends AugmentedErrors<ApiType> {
- }
- }
|