We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1812567 commit e2ede3eCopy full SHA for e2ede3e
1 file changed
src/common/enums/http-status.enum.ts
@@ -34,6 +34,7 @@ export enum HttpStatus {
34
UNSUPPORTED_MEDIA_TYPE = 415,
35
REQUESTED_RANGE_NOT_SATISFIABLE = 416,
36
EXPECTATION_FAILED = 417,
37
+ I_AM_A_TEAPOT = 418,
38
UNPROCESSABLE_ENTITY = 422,
39
TOO_MANY_REQUESTS = 429,
40
INTERNAL_SERVER_ERROR = 500,
0 commit comments