Name | Lookup | Parameters | |
|---|---|---|---|
| send | 7900 | 2 | |
| teleport_assets | 7901 | 4 | |
| reserve_transfer_assets | 7902 | 4 | |
| execute | 7903 | 2 | |
| force_xcm_version | 7904 | 2 | |
| force_default_xcm_version | 7905 | 1 | |
| force_subscribe_version_notify | 7906 | 1 | |
| force_unsubscribe_version_notify | 7907 | 1 | |
| limited_reserve_transfer_assets | 7908 | 5 | |
| limited_teleport_assets | 7909 | 5 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Attempted | 7900 | ["xcm::latest::Outcome"] | |
| Sent | 7901 | ["MultiLocation","MultiLocation","Xcm<()>"] | |
| UnexpectedResponse | 7902 | ["MultiLocation","QueryId"] | |
| ResponseReady | 7903 | ["QueryId","Response"] | |
| Notified | 7904 | ["QueryId","u8","u8"] | |
| NotifyOverweight | 7905 | ["QueryId","u8","u8","Weight","Weight"] | |
| NotifyDispatchError | 7906 | ["QueryId","u8","u8"] | |
| NotifyDecodeFailed | 7907 | ["QueryId","u8","u8"] | |
| InvalidResponder | 7908 | ["MultiLocation","QueryId","Option<MultiLocation>"] | |
| InvalidResponderVersion | 7909 | ["MultiLocation","QueryId"] | |
| ResponseTaken | 790a | ["QueryId"] | |
| AssetsTrapped | 790b | ["H256","MultiLocation","VersionedMultiAssets"] | |
| VersionChangeNotified | 790c | ["MultiLocation","XcmVersion"] | |
| SupportedVersionChanged | 790d | ["MultiLocation","XcmVersion"] | |
| NotifyTargetSendFail | 790e | ["MultiLocation","QueryId","XcmError"] | |
| NotifyTargetMigrationFail | 790f | ["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. |