Macro errors::ffx_error

source ยท
macro_rules! ffx_error {
    ($error_message: expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}