macro_rules! http_error_precondition_failed {
($($arg:tt)*) => { ... };
}Expand description
Constructs an Error with hyper::StatusCode::PRECONDITION_FAILED from a string or existing non-anyhow error value.
macro_rules! http_error_precondition_failed {
($($arg:tt)*) => { ... };
}Constructs an Error with hyper::StatusCode::PRECONDITION_FAILED from a string or existing non-anyhow error value.