interface XcmErrorV1
implements Enum
import { type XcmErrorV1 } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/xcm/types.ts";
Properties
readonly
asCannotReachDestination: ITuple<[MultiLocationV1, XcmV1]>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"
| "DestinationUnsupported"
| "RecursionLimitReached"