emit_error

Macro emit_error 

Source
macro_rules! emit_error {
    ( $err: expr ) => { ... };
}
Expand description

Log $err at level error before returning it.