emit_db_error

Macro emit_db_error 

Source
macro_rules! emit_db_error {
    ( $err: expr, $( $arg: expr),* ) => { ... };
}
Expand description

Macro for logging and wrapping database errors before returning them as ours.