Skip to content

Commit 2405b66

Browse files
feat(common): add precondition required to http status enum nestjs#7859
1 parent 9d0551f commit 2405b66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/common/enums/http-status.enum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export enum HttpStatus {
3939
MISDIRECTED = 421,
4040
UNPROCESSABLE_ENTITY = 422,
4141
FAILED_DEPENDENCY = 424,
42+
PRECONDITION_REQUIRED = 428,
4243
TOO_MANY_REQUESTS = 429,
4344
INTERNAL_SERVER_ERROR = 500,
4445
NOT_IMPLEMENTED = 501,

0 commit comments

Comments
 (0)