Skip to main content

response_err

Macro response_err 

Source
macro_rules! response_err {
    ($code:expr, $op:literal, $details:literal) => { ... };
    ($code:expr, $op:literal, $fmt:literal $(, sanitized!($arg:expr))+ $(,)?) => { ... };
}
Expand description

Create a response error.

Maps to Response category.