status_error

Macro status_error 

Source
macro_rules! status_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Print an error message (in red if colors are enabled)