[][src]Trait sp_api::ApiErrorExt

pub trait ApiErrorExt {
    type Error: Debug + From<String>;
}

Extends the runtime api traits with an associated error type. This trait is given as super trait to every runtime api trait.

Associated Types

type Error: Debug + From<String>

Error type used by the runtime apis.

Loading content...

Implementors

Loading content...