[]Macro af_lib::fail::err

macro_rules! err {
    ($expr:expr) => { ... };
    ($($args:tt)*) => { ... };
}

Creates a new fail::Error from format args.