Trait frame_support::dispatch::ModuleErrorMetadata [−][src]
pub trait ModuleErrorMetadata { pub fn metadata() -> &'static [ErrorMetadata]ⓘ; }
All the metadata about errors in a module.
Required methods
pub fn metadata() -> &'static [ErrorMetadata]ⓘ
[src]
Implementations on Foreign Types
impl ModuleErrorMetadata for &'static str
[src]
impl ModuleErrorMetadata for &'static str
[src]