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

Constructs an Error with [http::StatusCode::FORBIDDEN] from a string or existing non-anyhow error value.