Variable BAD_REQUESTConst

BAD_REQUEST: 400

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).

import { BAD_REQUEST } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/400