Macro http_error_expectation_failed

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

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