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

Error to indicate that the request is badly-constructed or nonsensical