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

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