macro_rules! bool_error { ($msg:expr) => { ... }; ($($msg:tt)*) => { ... }; }
Generic error used for functions that fail without any further information