Macro error_msg

Source
macro_rules! error_msg {
    ($result:expr) => { ... };
}