macro_rules! forbidden {
    ($($arg:tt)*) => { ... };
}
Expand description

Construct an Error with StatusCode::FORBIDDEN from a string or existing non-anyhow error value.