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