Skip to content

Commit 64f6c76

Browse files
committed
feat: add 424 in api status codes
1 parent 079f896 commit 64f6c76

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
@@ -388,6 +388,7 @@ export const API_STATUS_CODES = {
388388
EXPECTATION_FAILED: 417,
389389
UNPROCESSABLE_ENTITY: 422,
390390
LOCKED: 423,
391+
FAILED_DEPENDENCY: 424,
391392
}
392393

393394
export enum SERVER_MODE {

0 commit comments

Comments
 (0)