Macro etrace::new_err[][src]

macro_rules! new_err {
    ($kind:expr, $description:expr) => { ... };
    ($kind:expr) => { ... };
}

Creates a new error

Use new_err!(kind) to create an error with an automatically created description or use new_err!(kind, description) to provide an explicit description