add type info derive to senderror (#3860)

This commit is contained in:
Shawn Tabrizi
2021-09-15 18:41:49 -04:00
committed by GitHub
parent 4c7539cab5
commit 6fa18a2339
+1 -1
View File
@@ -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.
/// ///