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

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