Name | Lookup | Parameters | |
---|---|---|---|
send | 1f00 | 2 | |
teleport_assets | 1f01 | 4 | |
reserve_transfer_assets | 1f02 | 4 | |
execute | 1f03 | 2 | |
force_xcm_version | 1f04 | 2 | |
force_default_xcm_version | 1f05 | 1 | |
force_subscribe_version_notify | 1f06 | 1 | |
force_unsubscribe_version_notify | 1f07 | 1 | |
limited_reserve_transfer_assets | 1f08 | 5 | |
limited_teleport_assets | 1f09 | 5 |
Name | Lookup | Attributes | |
---|---|---|---|
Attempted | 1f00 | ["xcm::latest::Outcome"] | |
Sent | 1f01 | ["MultiLocation","MultiLocation","Xcm<()>"] | |
UnexpectedResponse | 1f02 | ["MultiLocation","QueryId"] | |
ResponseReady | 1f03 | ["QueryId","Response"] | |
Notified | 1f04 | ["QueryId","u8","u8"] | |
NotifyOverweight | 1f05 | ["QueryId","u8","u8","Weight","Weight"] | |
NotifyDispatchError | 1f06 | ["QueryId","u8","u8"] | |
NotifyDecodeFailed | 1f07 | ["QueryId","u8","u8"] | |
InvalidResponder | 1f08 | ["MultiLocation","QueryId","Option<MultiLocation>"] | |
InvalidResponderVersion | 1f09 | ["MultiLocation","QueryId"] | |
ResponseTaken | 1f0a | ["QueryId"] | |
AssetsTrapped | 1f0b | ["H256","MultiLocation","VersionedMultiAssets"] | |
VersionChangeNotified | 1f0c | ["MultiLocation","XcmVersion"] | |
SupportedVersionChanged | 1f0d | ["MultiLocation","XcmVersion"] | |
NotifyTargetSendFail | 1f0e | ["MultiLocation","QueryId","XcmError"] | |
NotifyTargetMigrationFail | 1f0f | ["VersionedMultiLocation","QueryId"] |
Name | Docs |
---|---|
Unreachable | The desired destination was unreachable, generally because there is a no way of routingto it. |
SendFailure | There was some other issue (i.e. not to do with routing) in sending the message. Perhapsa lack of space for buffering the message. |
Filtered | The message execution fails the filter. |
UnweighableMessage | The message's weight could not be determined. |
DestinationNotInvertible | The destination `MultiLocation` provided cannot be inverted. |
Empty | The assets to be sent are empty. |
CannotReanchor | Could not re-anchor the assets to declare the fees for the destination chain. |
TooManyAssets | Too many assets have been attempted for transfer. |
InvalidOrigin | Origin is invalid for sending. |
BadVersion | The version of the `Versioned` value used is not able to be interpreted. |
BadLocation | The given location could not be used (e.g. because it cannot be expressed in thedesired version of XCM). |
NoSubscription | The referenced subscription could not be found. |
AlreadySubscribed | The location is invalid since it already has a subscription from us. |