Macro hyper_middleware::bad_gateway
source · macro_rules! bad_gateway {
($($arg:tt)*) => { ... };
}Expand description
Construct an Error with StatusCode::BAD_GATEWAY from a string or existing non-anyhow error value.
macro_rules! bad_gateway {
($($arg:tt)*) => { ... };
}Construct an Error with StatusCode::BAD_GATEWAY from a string or existing non-anyhow error value.