Skip to content

Commit f06c989

Browse files
committed
feat: add bad request status code in api status code
1 parent 4850e69 commit f06c989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ export const ZERO_TIME_STRING = '0001-01-01T00:00:00Z'
435435
export const EXCLUDED_FALSY_VALUES = [undefined, null, '', NaN] as const
436436

437437
export const API_STATUS_CODES = {
438+
BAD_REQUEST: 400,
438439
UNAUTHORIZED: 401,
439440
PERMISSION_DENIED: 403,
440441
NOT_FOUND: 404,

0 commit comments

Comments
 (0)