Macro http_error_bad_request

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

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