macro_rules! http_error_gateway_timeout { ($($arg:tt)*) => { ... }; }
Expand description
Constructs an Error
with [http::StatusCode::GATEWAY_TIMEOUT
] from a string or existing non-anyhow error value.
macro_rules! http_error_gateway_timeout { ($($arg:tt)*) => { ... }; }
Constructs an Error
with [http::StatusCode::GATEWAY_TIMEOUT
] from a string or existing non-anyhow error value.