macro_rules! bail { ($($arg:tt)*) => { ... }; }
Constructs an Error with the given arguments and returns early with an Err result.
Error
Err