code400BadRequest constant

HttpStatus const code400BadRequest

An alias representing the badRequest constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use badRequest where possible.

400 BAD REQUEST.

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

Implementation

static const HttpStatus code400BadRequest = badRequest;