macro_rules! ax_bail { ($($t:tt)*) => { ... }; }
Throws an error of type AxError with the given error code, optionally with a message.
AxError