git.delta.rocks / unique-network / refs/commits / d952a795042e

difftreelog

source

tests/src/interfaces/augment-api-errors.ts27.1 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-chain`, do not edit2/* eslint-disable */34import type { ApiTypes } from '@polkadot/api-base/types';56declare module '@polkadot/api-base/types/errors' {7  export interface AugmentedErrors<ApiType extends ApiTypes> {8    balances: {9      /**10       * Beneficiary account must pre-exist11       **/12      DeadAccount: AugmentedError<ApiType>;13      /**14       * Value too low to create account due to existential deposit15       **/16      ExistentialDeposit: AugmentedError<ApiType>;17      /**18       * A vesting schedule already exists for this account19       **/20      ExistingVestingSchedule: AugmentedError<ApiType>;21      /**22       * Balance too low to send value23       **/24      InsufficientBalance: AugmentedError<ApiType>;25      /**26       * Transfer/payment would kill account27       **/28      KeepAlive: AugmentedError<ApiType>;29      /**30       * Account liquidity restrictions prevent withdrawal31       **/32      LiquidityRestrictions: AugmentedError<ApiType>;33      /**34       * Number of named reserves exceed MaxReserves35       **/36      TooManyReserves: AugmentedError<ApiType>;37      /**38       * Vesting balance too high to send value39       **/40      VestingBalance: AugmentedError<ApiType>;41      /**42       * Generic error43       **/44      [key: string]: AugmentedError<ApiType>;45    };46    common: {47      /**48       * Account token limit exceeded per collection49       **/50      AccountTokenLimitExceeded: AugmentedError<ApiType>;51      /**52       * Can't transfer tokens to ethereum zero address53       **/54      AddressIsZero: AugmentedError<ApiType>;55      /**56       * Address is not in allow list.57       **/58      AddressNotInAllowlist: AugmentedError<ApiType>;59      /**60       * Requested value is more than the approved61       **/62      ApprovedValueTooLow: AugmentedError<ApiType>;63      /**64       * Tried to approve more than owned65       **/66      CantApproveMoreThanOwned: AugmentedError<ApiType>;67      /**68       * Destroying only empty collections is allowed69       **/70      CantDestroyNotEmptyCollection: AugmentedError<ApiType>;71      /**72       * Exceeded max admin count73       **/74      CollectionAdminCountExceeded: AugmentedError<ApiType>;75      /**76       * Collection description can not be longer than 255 char.77       **/78      CollectionDescriptionLimitExceeded: AugmentedError<ApiType>;79      /**80       * Tried to store more data than allowed in collection field81       **/82      CollectionFieldSizeExceeded: AugmentedError<ApiType>;83      /**84       * Tried to access an external collection with an internal API85       **/86      CollectionIsExternal: AugmentedError<ApiType>;87      /**88       * Tried to access an internal collection with an external API89       **/90      CollectionIsInternal: AugmentedError<ApiType>;91      /**92       * Collection limit bounds per collection exceeded93       **/94      CollectionLimitBoundsExceeded: AugmentedError<ApiType>;95      /**96       * Collection name can not be longer than 63 char.97       **/98      CollectionNameLimitExceeded: AugmentedError<ApiType>;99      /**100       * This collection does not exist.101       **/102      CollectionNotFound: AugmentedError<ApiType>;103      /**104       * Collection token limit exceeded105       **/106      CollectionTokenLimitExceeded: AugmentedError<ApiType>;107      /**108       * Token prefix can not be longer than 15 char.109       **/110      CollectionTokenPrefixLimitExceeded: AugmentedError<ApiType>;111      /**112       * Empty property keys are forbidden113       **/114      EmptyPropertyKey: AugmentedError<ApiType>;115      /**116       * Only ASCII letters, digits, and symbols `_`, `-`, and `.` are allowed117       **/118      InvalidCharacterInPropertyKey: AugmentedError<ApiType>;119      /**120       * Metadata flag frozen121       **/122      MetadataFlagFrozen: AugmentedError<ApiType>;123      /**124       * Sender parameter and item owner must be equal.125       **/126      MustBeTokenOwner: AugmentedError<ApiType>;127      /**128       * No permission to perform action129       **/130      NoPermission: AugmentedError<ApiType>;131      /**132       * Tried to store more property data than allowed133       **/134      NoSpaceForProperty: AugmentedError<ApiType>;135      /**136       * Insufficient funds to perform an action137       **/138      NotSufficientFounds: AugmentedError<ApiType>;139      /**140       * Tried to enable permissions which are only permitted to be disabled141       **/142      OwnerPermissionsCantBeReverted: AugmentedError<ApiType>;143      /**144       * Property key is too long145       **/146      PropertyKeyIsTooLong: AugmentedError<ApiType>;147      /**148       * Tried to store more property keys than allowed149       **/150      PropertyLimitReached: AugmentedError<ApiType>;151      /**152       * Collection is not in mint mode.153       **/154      PublicMintingNotAllowed: AugmentedError<ApiType>;155      /**156       * Only tokens from specific collections may nest tokens under this one157       **/158      SourceCollectionIsNotAllowedToNest: AugmentedError<ApiType>;159      /**160       * Item does not exist161       **/162      TokenNotFound: AugmentedError<ApiType>;163      /**164       * Item is balance not enough165       **/166      TokenValueTooLow: AugmentedError<ApiType>;167      /**168       * Total collections bound exceeded.169       **/170      TotalCollectionsLimitExceeded: AugmentedError<ApiType>;171      /**172       * Collection settings not allowing items transferring173       **/174      TransferNotAllowed: AugmentedError<ApiType>;175      /**176       * The operation is not supported177       **/178      UnsupportedOperation: AugmentedError<ApiType>;179      /**180       * User does not satisfy the nesting rule181       **/182      UserIsNotAllowedToNest: AugmentedError<ApiType>;183      /**184       * Generic error185       **/186      [key: string]: AugmentedError<ApiType>;187    };188    cumulusXcm: {189      /**190       * Generic error191       **/192      [key: string]: AugmentedError<ApiType>;193    };194    dmpQueue: {195      /**196       * The amount of weight given is possibly not enough for executing the message.197       **/198      OverLimit: AugmentedError<ApiType>;199      /**200       * The message index given is unknown.201       **/202      Unknown: AugmentedError<ApiType>;203      /**204       * Generic error205       **/206      [key: string]: AugmentedError<ApiType>;207    };208    ethereum: {209      /**210       * Signature is invalid.211       **/212      InvalidSignature: AugmentedError<ApiType>;213      /**214       * Pre-log is present, therefore transact is not allowed.215       **/216      PreLogExists: AugmentedError<ApiType>;217      /**218       * Generic error219       **/220      [key: string]: AugmentedError<ApiType>;221    };222    evm: {223      /**224       * Not enough balance to perform action225       **/226      BalanceLow: AugmentedError<ApiType>;227      /**228       * Calculating total fee overflowed229       **/230      FeeOverflow: AugmentedError<ApiType>;231      /**232       * Gas price is too low.233       **/234      GasPriceTooLow: AugmentedError<ApiType>;235      /**236       * Nonce is invalid237       **/238      InvalidNonce: AugmentedError<ApiType>;239      /**240       * Calculating total payment overflowed241       **/242      PaymentOverflow: AugmentedError<ApiType>;243      /**244       * Withdraw fee failed245       **/246      WithdrawFailed: AugmentedError<ApiType>;247      /**248       * Generic error249       **/250      [key: string]: AugmentedError<ApiType>;251    };252    evmCoderSubstrate: {253      OutOfFund: AugmentedError<ApiType>;254      OutOfGas: AugmentedError<ApiType>;255      /**256       * Generic error257       **/258      [key: string]: AugmentedError<ApiType>;259    };260    evmContractHelpers: {261      /**262       * This method is only executable by owner263       **/264      NoPermission: AugmentedError<ApiType>;265      /**266       * Generic error267       **/268      [key: string]: AugmentedError<ApiType>;269    };270    evmMigration: {271      AccountIsNotMigrating: AugmentedError<ApiType>;272      AccountNotEmpty: AugmentedError<ApiType>;273      /**274       * Generic error275       **/276      [key: string]: AugmentedError<ApiType>;277    };278    foreingAssets: {279      /**280       * AssetId exists281       **/282      AssetIdExisted: AugmentedError<ApiType>;283      /**284       * AssetId not exists285       **/286      AssetIdNotExists: AugmentedError<ApiType>;287      /**288       * The given location could not be used (e.g. because it cannot be expressed in the289       * desired version of XCM).290       **/291      BadLocation: AugmentedError<ApiType>;292      /**293       * MultiLocation existed294       **/295      MultiLocationExisted: AugmentedError<ApiType>;296      /**297       * Generic error298       **/299      [key: string]: AugmentedError<ApiType>;300    };301    fungible: {302      /**303       * Fungible token does not support nesting.304       **/305      FungibleDisallowsNesting: AugmentedError<ApiType>;306      /**307       * Tried to set data for fungible item.308       **/309      FungibleItemsDontHaveData: AugmentedError<ApiType>;310      /**311       * Fungible tokens hold no ID, and the default value of TokenId for Fungible collection is 0.312       **/313      FungibleItemsHaveNoId: AugmentedError<ApiType>;314      /**315       * Not Fungible item data used to mint in Fungible collection.316       **/317      NotFungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;318      /**319       * Setting item properties is not allowed.320       **/321      SettingPropertiesNotAllowed: AugmentedError<ApiType>;322      /**323       * Generic error324       **/325      [key: string]: AugmentedError<ApiType>;326    };327    nonfungible: {328      /**329       * Unable to burn NFT with children330       **/331      CantBurnNftWithChildren: AugmentedError<ApiType>;332      /**333       * Used amount > 1 with NFT334       **/335      NonfungibleItemsHaveNoAmount: AugmentedError<ApiType>;336      /**337       * Not Nonfungible item data used to mint in Nonfungible collection.338       **/339      NotNonfungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;340      /**341       * Generic error342       **/343      [key: string]: AugmentedError<ApiType>;344    };345    parachainSystem: {346      /**347       * The inherent which supplies the host configuration did not run this block348       **/349      HostConfigurationNotAvailable: AugmentedError<ApiType>;350      /**351       * No code upgrade has been authorized.352       **/353      NothingAuthorized: AugmentedError<ApiType>;354      /**355       * No validation function upgrade is currently scheduled.356       **/357      NotScheduled: AugmentedError<ApiType>;358      /**359       * Attempt to upgrade validation function while existing upgrade pending360       **/361      OverlappingUpgrades: AugmentedError<ApiType>;362      /**363       * Polkadot currently prohibits this parachain from upgrading its validation function364       **/365      ProhibitedByPolkadot: AugmentedError<ApiType>;366      /**367       * The supplied validation function has compiled into a blob larger than Polkadot is368       * willing to run369       **/370      TooBig: AugmentedError<ApiType>;371      /**372       * The given code upgrade has not been authorized.373       **/374      Unauthorized: AugmentedError<ApiType>;375      /**376       * The inherent which supplies the validation data did not run this block377       **/378      ValidationDataNotAvailable: AugmentedError<ApiType>;379      /**380       * Generic error381       **/382      [key: string]: AugmentedError<ApiType>;383    };384    polkadotXcm: {385      /**386       * The location is invalid since it already has a subscription from us.387       **/388      AlreadySubscribed: AugmentedError<ApiType>;389      /**390       * The given location could not be used (e.g. because it cannot be expressed in the391       * desired version of XCM).392       **/393      BadLocation: AugmentedError<ApiType>;394      /**395       * The version of the `Versioned` value used is not able to be interpreted.396       **/397      BadVersion: AugmentedError<ApiType>;398      /**399       * Could not re-anchor the assets to declare the fees for the destination chain.400       **/401      CannotReanchor: AugmentedError<ApiType>;402      /**403       * The destination `MultiLocation` provided cannot be inverted.404       **/405      DestinationNotInvertible: AugmentedError<ApiType>;406      /**407       * The assets to be sent are empty.408       **/409      Empty: AugmentedError<ApiType>;410      /**411       * The message execution fails the filter.412       **/413      Filtered: AugmentedError<ApiType>;414      /**415       * Origin is invalid for sending.416       **/417      InvalidOrigin: AugmentedError<ApiType>;418      /**419       * The referenced subscription could not be found.420       **/421      NoSubscription: AugmentedError<ApiType>;422      /**423       * There was some other issue (i.e. not to do with routing) in sending the message. Perhaps424       * a lack of space for buffering the message.425       **/426      SendFailure: AugmentedError<ApiType>;427      /**428       * Too many assets have been attempted for transfer.429       **/430      TooManyAssets: AugmentedError<ApiType>;431      /**432       * The desired destination was unreachable, generally because there is a no way of routing433       * to it.434       **/435      Unreachable: AugmentedError<ApiType>;436      /**437       * The message's weight could not be determined.438       **/439      UnweighableMessage: AugmentedError<ApiType>;440      /**441       * Generic error442       **/443      [key: string]: AugmentedError<ApiType>;444    };445    refungible: {446      /**447       * Not Refungible item data used to mint in Refungible collection.448       **/449      NotRefungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;450      /**451       * Refungible token can't nest other tokens.452       **/453      RefungibleDisallowsNesting: AugmentedError<ApiType>;454      /**455       * Refungible token can't be repartitioned by user who isn't owns all pieces.456       **/457      RepartitionWhileNotOwningAllPieces: AugmentedError<ApiType>;458      /**459       * Setting item properties is not allowed.460       **/461      SettingPropertiesNotAllowed: AugmentedError<ApiType>;462      /**463       * Maximum refungibility exceeded.464       **/465      WrongRefungiblePieces: AugmentedError<ApiType>;466      /**467       * Generic error468       **/469      [key: string]: AugmentedError<ApiType>;470    };471    rmrkCore: {472      /**473       * Not the target owner of the sent NFT.474       **/475      CannotAcceptNonOwnedNft: AugmentedError<ApiType>;476      /**477       * Not the target owner of the sent NFT.478       **/479      CannotRejectNonOwnedNft: AugmentedError<ApiType>;480      /**481       * NFT was not sent and is not pending.482       **/483      CannotRejectNonPendingNft: AugmentedError<ApiType>;484      /**485       * If an NFT is sent to a descendant, that would form a nesting loop, an ouroboros.486       * Sending to self is redundant.487       **/488      CannotSendToDescendentOrSelf: AugmentedError<ApiType>;489      /**490       * Too many tokens created in the collection, no new ones are allowed.491       **/492      CollectionFullOrLocked: AugmentedError<ApiType>;493      /**494       * Only destroying collections without tokens is allowed.495       **/496      CollectionNotEmpty: AugmentedError<ApiType>;497      /**498       * Collection does not exist, has a wrong type, or does not map to a Unique ID.499       **/500      CollectionUnknown: AugmentedError<ApiType>;501      /**502       * Property of the type of RMRK collection could not be read successfully.503       **/504      CorruptedCollectionType: AugmentedError<ApiType>;505      /**506       * Could not find an ID for a collection. It is likely there were too many collections created on the chain, causing an overflow.507       **/508      NoAvailableCollectionId: AugmentedError<ApiType>;509      /**510       * Token does not exist, or there is no suitable ID for it, likely too many tokens were created in a collection, causing an overflow.511       **/512      NoAvailableNftId: AugmentedError<ApiType>;513      /**514       * Could not find an ID for the resource. It is likely there were too many resources created on an NFT, causing an overflow.515       **/516      NoAvailableResourceId: AugmentedError<ApiType>;517      /**518       * Token is marked as non-transferable, and thus cannot be transferred.519       **/520      NonTransferable: AugmentedError<ApiType>;521      /**522       * No permission to perform action.523       **/524      NoPermission: AugmentedError<ApiType>;525      /**526       * No such resource found.527       **/528      ResourceDoesntExist: AugmentedError<ApiType>;529      /**530       * Resource is not pending for the operation.531       **/532      ResourceNotPending: AugmentedError<ApiType>;533      /**534       * Could not find a property by the supplied key.535       **/536      RmrkPropertyIsNotFound: AugmentedError<ApiType>;537      /**538       * Too many symbols supplied as the property key. The maximum is [256](up_data_structs::MAX_PROPERTY_KEY_LENGTH).539       **/540      RmrkPropertyKeyIsTooLong: AugmentedError<ApiType>;541      /**542       * Too many bytes supplied as the property value. The maximum is [32768](up_data_structs::MAX_PROPERTY_VALUE_LENGTH).543       **/544      RmrkPropertyValueIsTooLong: AugmentedError<ApiType>;545      /**546       * Something went wrong when decoding encoded data from the storage.547       * Perhaps, there was a wrong key supplied for the type, or the data was improperly stored.548       **/549      UnableToDecodeRmrkData: AugmentedError<ApiType>;550      /**551       * Generic error552       **/553      [key: string]: AugmentedError<ApiType>;554    };555    rmrkEquip: {556      /**557       * Base collection linked to this ID does not exist.558       **/559      BaseDoesntExist: AugmentedError<ApiType>;560      /**561       * No Theme named "default" is associated with the Base.562       **/563      NeedsDefaultThemeFirst: AugmentedError<ApiType>;564      /**565       * Could not find an ID for a Base collection. It is likely there were too many collections created on the chain, causing an overflow.566       **/567      NoAvailableBaseId: AugmentedError<ApiType>;568      /**569       * Could not find a suitable ID for a Part, likely too many Part tokens were created in the Base, causing an overflow570       **/571      NoAvailablePartId: AugmentedError<ApiType>;572      /**573       * Cannot assign equippables to a fixed Part.574       **/575      NoEquippableOnFixedPart: AugmentedError<ApiType>;576      /**577       * Part linked to this ID does not exist.578       **/579      PartDoesntExist: AugmentedError<ApiType>;580      /**581       * No permission to perform action.582       **/583      PermissionError: AugmentedError<ApiType>;584      /**585       * Generic error586       **/587      [key: string]: AugmentedError<ApiType>;588    };589    scheduler: {590      /**591       * Failed to schedule a call592       **/593      FailedToSchedule: AugmentedError<ApiType>;594      /**595       * Cannot find the scheduled call.596       **/597      NotFound: AugmentedError<ApiType>;598      /**599       * Reschedule failed because it does not change scheduled time.600       **/601      RescheduleNoChange: AugmentedError<ApiType>;602      /**603       * Given target block number is in the past.604       **/605      TargetBlockNumberInPast: AugmentedError<ApiType>;606      /**607       * Generic error608       **/609      [key: string]: AugmentedError<ApiType>;610    };611    structure: {612      /**613       * While nesting, reached the breadth limit of nesting, exceeding the provided budget.614       **/615      BreadthLimit: AugmentedError<ApiType>;616      /**617       * While nesting, reached the depth limit of nesting, exceeding the provided budget.618       **/619      DepthLimit: AugmentedError<ApiType>;620      /**621       * While nesting, encountered an already checked account, detecting a loop.622       **/623      OuroborosDetected: AugmentedError<ApiType>;624      /**625       * Couldn't find the token owner that is itself a token.626       **/627      TokenNotFound: AugmentedError<ApiType>;628      /**629       * Generic error630       **/631      [key: string]: AugmentedError<ApiType>;632    };633    sudo: {634      /**635       * Sender must be the Sudo account636       **/637      RequireSudo: AugmentedError<ApiType>;638      /**639       * Generic error640       **/641      [key: string]: AugmentedError<ApiType>;642    };643    system: {644      /**645       * The origin filter prevent the call to be dispatched.646       **/647      CallFiltered: AugmentedError<ApiType>;648      /**649       * Failed to extract the runtime version from the new runtime.650       * 651       * Either calling `Core_version` or decoding `RuntimeVersion` failed.652       **/653      FailedToExtractRuntimeVersion: AugmentedError<ApiType>;654      /**655       * The name of specification does not match between the current runtime656       * and the new runtime.657       **/658      InvalidSpecName: AugmentedError<ApiType>;659      /**660       * Suicide called when the account has non-default composite data.661       **/662      NonDefaultComposite: AugmentedError<ApiType>;663      /**664       * There is a non-zero reference count preventing the account from being purged.665       **/666      NonZeroRefCount: AugmentedError<ApiType>;667      /**668       * The specification version is not allowed to decrease between the current runtime669       * and the new runtime.670       **/671      SpecVersionNeedsToIncrease: AugmentedError<ApiType>;672      /**673       * Generic error674       **/675      [key: string]: AugmentedError<ApiType>;676    };677    tokens: {678      /**679       * Cannot convert Amount into Balance type680       **/681      AmountIntoBalanceFailed: AugmentedError<ApiType>;682      /**683       * The balance is too low684       **/685      BalanceTooLow: AugmentedError<ApiType>;686      /**687       * Beneficiary account must pre-exist688       **/689      DeadAccount: AugmentedError<ApiType>;690      /**691       * Value too low to create account due to existential deposit692       **/693      ExistentialDeposit: AugmentedError<ApiType>;694      /**695       * Transfer/payment would kill account696       **/697      KeepAlive: AugmentedError<ApiType>;698      /**699       * Failed because liquidity restrictions due to locking700       **/701      LiquidityRestrictions: AugmentedError<ApiType>;702      /**703       * Failed because the maximum locks was exceeded704       **/705      MaxLocksExceeded: AugmentedError<ApiType>;706      TooManyReserves: AugmentedError<ApiType>;707      /**708       * Generic error709       **/710      [key: string]: AugmentedError<ApiType>;711    };712    treasury: {713      /**714       * The spend origin is valid but the amount it is allowed to spend is lower than the715       * amount to be spent.716       **/717      InsufficientPermission: AugmentedError<ApiType>;718      /**719       * Proposer's balance is too low.720       **/721      InsufficientProposersBalance: AugmentedError<ApiType>;722      /**723       * No proposal or bounty at that index.724       **/725      InvalidIndex: AugmentedError<ApiType>;726      /**727       * Proposal has not been approved.728       **/729      ProposalNotApproved: AugmentedError<ApiType>;730      /**731       * Too many approvals in the queue.732       **/733      TooManyApprovals: AugmentedError<ApiType>;734      /**735       * Generic error736       **/737      [key: string]: AugmentedError<ApiType>;738    };739    unique: {740      /**741       * Decimal_points parameter must be lower than [`up_data_structs::MAX_DECIMAL_POINTS`].742       **/743      CollectionDecimalPointLimitExceeded: AugmentedError<ApiType>;744      /**745       * This address is not set as sponsor, use setCollectionSponsor first.746       **/747      ConfirmUnsetSponsorFail: AugmentedError<ApiType>;748      /**749       * Length of items properties must be greater than 0.750       **/751      EmptyArgument: AugmentedError<ApiType>;752      /**753       * Repertition is only supported by refungible collection.754       **/755      RepartitionCalledOnNonRefungibleCollection: AugmentedError<ApiType>;756      /**757       * Generic error758       **/759      [key: string]: AugmentedError<ApiType>;760    };761    vesting: {762      /**763       * The vested transfer amount is too low764       **/765      AmountLow: AugmentedError<ApiType>;766      /**767       * Insufficient amount of balance to lock768       **/769      InsufficientBalanceToLock: AugmentedError<ApiType>;770      /**771       * Failed because the maximum vesting schedules was exceeded772       **/773      MaxVestingSchedulesExceeded: AugmentedError<ApiType>;774      /**775       * This account have too many vesting schedules776       **/777      TooManyVestingSchedules: AugmentedError<ApiType>;778      /**779       * Vesting period is zero780       **/781      ZeroVestingPeriod: AugmentedError<ApiType>;782      /**783       * Number of vests is zero784       **/785      ZeroVestingPeriodCount: AugmentedError<ApiType>;786      /**787       * Generic error788       **/789      [key: string]: AugmentedError<ApiType>;790    };791    xcmpQueue: {792      /**793       * Bad overweight index.794       **/795      BadOverweightIndex: AugmentedError<ApiType>;796      /**797       * Bad XCM data.798       **/799      BadXcm: AugmentedError<ApiType>;800      /**801       * Bad XCM origin.802       **/803      BadXcmOrigin: AugmentedError<ApiType>;804      /**805       * Failed to send XCM message.806       **/807      FailedToSend: AugmentedError<ApiType>;808      /**809       * Provided weight is possibly not enough to execute the message.810       **/811      WeightOverLimit: AugmentedError<ApiType>;812      /**813       * Generic error814       **/815      [key: string]: AugmentedError<ApiType>;816    };817    xTokens: {818      /**819       * Asset has no reserve location.820       **/821      AssetHasNoReserve: AugmentedError<ApiType>;822      /**823       * The specified index does not exist in a MultiAssets struct.824       **/825      AssetIndexNonExistent: AugmentedError<ApiType>;826      /**827       * The version of the `Versioned` value used is not able to be828       * interpreted.829       **/830      BadVersion: AugmentedError<ApiType>;831      /**832       * Could not re-anchor the assets to declare the fees for the833       * destination chain.834       **/835      CannotReanchor: AugmentedError<ApiType>;836      /**837       * The destination `MultiLocation` provided cannot be inverted.838       **/839      DestinationNotInvertible: AugmentedError<ApiType>;840      /**841       * We tried sending distinct asset and fee but they have different842       * reserve chains.843       **/844      DistinctReserveForAssetAndFee: AugmentedError<ApiType>;845      /**846       * Fee is not enough.847       **/848      FeeNotEnough: AugmentedError<ApiType>;849      /**850       * Could not get ancestry of asset reserve location.851       **/852      InvalidAncestry: AugmentedError<ApiType>;853      /**854       * The MultiAsset is invalid.855       **/856      InvalidAsset: AugmentedError<ApiType>;857      /**858       * Invalid transfer destination.859       **/860      InvalidDest: AugmentedError<ApiType>;861      /**862       * MinXcmFee not registered for certain reserve location863       **/864      MinXcmFeeNotDefined: AugmentedError<ApiType>;865      /**866       * Not cross-chain transfer.867       **/868      NotCrossChainTransfer: AugmentedError<ApiType>;869      /**870       * Currency is not cross-chain transferable.871       **/872      NotCrossChainTransferableCurrency: AugmentedError<ApiType>;873      /**874       * Not supported MultiLocation875       **/876      NotSupportedMultiLocation: AugmentedError<ApiType>;877      /**878       * The number of assets to be sent is over the maximum.879       **/880      TooManyAssetsBeingSent: AugmentedError<ApiType>;881      /**882       * The message's weight could not be determined.883       **/884      UnweighableMessage: AugmentedError<ApiType>;885      /**886       * XCM execution failed.887       **/888      XcmExecutionFailed: AugmentedError<ApiType>;889      /**890       * The transfering asset amount is zero.891       **/892      ZeroAmount: AugmentedError<ApiType>;893      /**894       * The fee is zero.895       **/896      ZeroFee: AugmentedError<ApiType>;897      /**898       * Generic error899       **/900      [key: string]: AugmentedError<ApiType>;901    };902  } // AugmentedErrors903} // declare module