Skip to content

Commit 3c12eef

Browse files
committed
feat: add CONFLICT status code to API_STATUS_CODES
1 parent 40fcb9b commit 3c12eef

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
@@ -366,6 +366,7 @@ export const API_STATUS_CODES = {
366366
PERMISSION_DENIED: 403,
367367
NOT_FOUND: 404,
368368
REQUEST_TIMEOUT: 408,
369+
CONFLICT: 409,
369370
EXPECTATION_FAILED: 417,
370371
UNPROCESSABLE_ENTITY: 422,
371372
LOCKED: 423,

0 commit comments

Comments
 (0)