pub type XcmResult = Result<(), Error>;
enum XcmResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value