Add BAD_REQUEST status code
This commit is contained in:
@@ -13,6 +13,11 @@ export const HTTP_STATUS_CODE_CREATED = 201;
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_NO_CONTENT = 204;
|
||||
|
||||
/**
|
||||
* Bad request response status code.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_BAD_REQUEST = 400;
|
||||
|
||||
/**
|
||||
* HTTP status code for "Not Acceptable" error.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user