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

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