This commit is contained in:
Konrad Pabjan 2022-06-14 17:26:48 -07:00 committed by GitHub
commit 0dc8d37665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ export enum HttpCodes {
RequestTimeout = 408,
Conflict = 409,
Gone = 410,
PayloadTooLarge = 413,
TooManyRequests = 429,
InternalServerError = 500,
NotImplemented = 501,