error

Macro error 

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

Create an error.