interface XcmErrorV0
implements Enum
import { type XcmErrorV0 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/index.ts";
Properties
readonly
asCannotReachDestination: ITuple<[MultiLocation, Xcm]>readonly
asWeightLimitReached: Weightreadonly
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"
| "RecursionLimitReached"