define_error

Macro define_error 

Source
macro_rules! define_error {
    ($error:ident, $errorKind:ident) => { ... };
}