macro_rules! error { ($code:path) => { ... }; ($code:path, $str:literal, $($arg:tt)*) => { ... }; ($str:literal) => { ... }; ($str:literal, $($arg:tt)*) => { ... }; }
Create an error.