http_error_service_unavailable

Macro http_error_service_unavailable 

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

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