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

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