Add BAD_REQUEST status code

This commit is contained in:
2026-08-03 03:18:18 +00:00
parent 09c280382b
commit ed28dfbebb
2 changed files with 13 additions and 6 deletions
+5
View File
@@ -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.
*/