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

All the metadata about errors in a module.

Required methods

Implementations on Foreign Types

Implementors

impl<T: Config<I>, I: 'static> ModuleErrorMetadata for Pallet<T, I>

impl<T: Config<I>, I: 'static> ModuleErrorMetadata for Error<T, I>