Skip to main content

bad_request

Macro bad_request 

Source
macro_rules! bad_request {
    ($fmt:expr, $($arg:tt)*) => { ... };
    ($desc:expr $(,)?) => { ... };
}
Expand description

Create a new BadRequest error.