macro_rules! vortex_bail { ($($tt:tt)+) => { ... }; }
A convenience macro for returning a VortexError.