mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
add type info derive to senderror (#3860)
This commit is contained in:
@@ -202,7 +202,7 @@ impl<C> ExecuteXcm<C> for () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Error result value when attempting to send an XCM message.
|
/// Error result value when attempting to send an XCM message.
|
||||||
#[derive(Clone, Encode, Decode, Eq, PartialEq, Debug)]
|
#[derive(Clone, Encode, Decode, Eq, PartialEq, Debug, scale_info::TypeInfo)]
|
||||||
pub enum SendError {
|
pub enum SendError {
|
||||||
/// The message and destination combination was not recognized as being reachable.
|
/// The message and destination combination was not recognized as being reachable.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user