Skip to main content
Module

x/polkadot/types/interfaces/types.ts>XcmErrorV1

Package publishing for deno.land/x/polkadot
Go to Latest
interface XcmErrorV1
implements Enum
import { type XcmErrorV1 } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
isUndefined: boolean
readonly
isOverflow: boolean
readonly
isUnimplemented: boolean
readonly
isUnhandledXcmVersion: boolean
readonly
isUnhandledXcmMessage: boolean
readonly
isUnhandledEffect: boolean
readonly
isEscalationOfPrivilege: boolean
readonly
isUntrustedReserveLocation: boolean
readonly
isUntrustedTeleportLocation: boolean
readonly
isDestinationBufferOverflow: boolean
readonly
isSendFailed: boolean
readonly
isCannotReachDestination: boolean
readonly
asCannotReachDestination: ITuple<[MultiLocationV1, XcmV1]>
readonly
isMultiLocationFull: boolean
readonly
isFailedToDecode: boolean
readonly
isBadOrigin: boolean
readonly
isExceedsMaxMessageSize: boolean
readonly
isFailedToTransactAsset: boolean
readonly
isWeightLimitReached: boolean
readonly
asWeightLimitReached: Weight
readonly
isWildcard: boolean
readonly
isTooMuchWeightRequired: boolean
readonly
isNotHoldingFees: boolean
readonly
isWeightNotComputable: boolean
readonly
isBarrier: boolean
readonly
isNotWithdrawable: boolean
readonly
isLocationCannotHold: boolean
readonly
isTooExpensive: boolean
readonly
isAssetNotFound: boolean
readonly
isDestinationUnsupported: boolean
readonly
isRecursionLimitReached: boolean
readonly
type:
| "Undefined"
| "Overflow"
| "Unimplemented"
| "UnhandledXcmVersion"
| "UnhandledXcmMessage"
| "UnhandledEffect"
| "EscalationOfPrivilege"
| "UntrustedReserveLocation"
| "UntrustedTeleportLocation"
| "DestinationBufferOverflow"
| "SendFailed"
| "CannotReachDestination"
| "MultiLocationFull"
| "FailedToDecode"
| "BadOrigin"
| "ExceedsMaxMessageSize"
| "FailedToTransactAsset"
| "WeightLimitReached"
| "Wildcard"
| "TooMuchWeightRequired"
| "NotHoldingFees"
| "WeightNotComputable"
| "Barrier"
| "NotWithdrawable"
| "LocationCannotHold"
| "TooExpensive"
| "AssetNotFound"
| "DestinationUnsupported"
| "RecursionLimitReached"