mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Replace XCM Error::Undefined usage (#2580)
* Replace undefined error in currency adapter. * Update tranact asset errors. * Update TransactAsset trait documentations. * Update currency adapter error documentation.
This commit is contained in:
@@ -37,6 +37,7 @@ pub enum Error {
|
||||
FailedToDecode,
|
||||
BadOrigin,
|
||||
ExceedsMaxMessageSize,
|
||||
FailedToTransactAsset(#[codec(skip)] &'static str),
|
||||
}
|
||||
|
||||
impl From<()> for Error {
|
||||
|
||||
Reference in New Issue
Block a user