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

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