[][src]Trait frame_support::metadata::ModuleErrorMetadata

pub trait ModuleErrorMetadata {
    fn metadata() -> &'static [ErrorMetadata];
}

All the metadata about errors in a module.

Required methods

Important traits for &'_ mut [u8]
fn metadata() -> &'static [ErrorMetadata]

Loading content...

Implementations on Foreign Types

impl ModuleErrorMetadata for &'static str[src]

Loading content...

Implementors

Loading content...