Macro http_error_bad_gateway

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

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