Skip to main content

error_info

Macro error_info 

Source
macro_rules! error_info {
    ($format:literal) => { ... };
    ($format:literal, $($arguments:tt)*) => { ... };
    ($code:path $(,)?) => { ... };
    ($code:path, $format:literal) => { ... };
    ($code:path, $format:literal, $($arguments:tt)*) => { ... };
}
Expand description

Creates a new [ErrorInfo].

TODO: Document