@@ -42,27 +42,68 @@ export const STATUS_NAME_MAP = Object.values(STATUS_CODE_MAP).reduce((acc, { cod
4242 * CONTINUE: HttpErrorConstant,
4343 * SWITCHING_PROTOCOLS: HttpErrorConstant,
4444 * PROCESSING: HttpErrorConstant,
45+ * EARLY_HINTS: HttpErrorConstant,
4546 * OK: HttpErrorConstant,
4647 * CREATED: HttpErrorConstant,
4748 * ACCEPTED: HttpErrorConstant,
49+ * NON_AUTHORITATIVE_INFORMATION: HttpErrorConstant,
4850 * NO_CONTENT: HttpErrorConstant,
51+ * RESET_CONTENT: HttpErrorConstant,
52+ * PARTIAL_CONTENT: HttpErrorConstant,
53+ * MULTI_STATUS: HttpErrorConstant,
54+ * ALREADY_REPORTED: HttpErrorConstant,
55+ * IM_USED: HttpErrorConstant,
56+ * MULTIPLE_CHOICES: HttpErrorConstant,
4957 * MOVED_PERMANENTLY: HttpErrorConstant,
5058 * FOUND: HttpErrorConstant,
59+ * SEE_OTHER: HttpErrorConstant,
5160 * NOT_MODIFIED: HttpErrorConstant,
61+ * USE_PROXY: HttpErrorConstant,
62+ * TEMPORARY_REDIRECT: HttpErrorConstant,
63+ * PERMANENT_REDIRECT: HttpErrorConstant,
5264 * BAD_REQUEST: HttpErrorConstant,
5365 * UNAUTHORIZED: HttpErrorConstant,
66+ * PAYMENT_REQUIRED: HttpErrorConstant,
5467 * FORBIDDEN: HttpErrorConstant,
5568 * NOT_FOUND: HttpErrorConstant,
5669 * METHOD_NOT_ALLOWED: HttpErrorConstant,
70+ * NOT_ACCEPTABLE: HttpErrorConstant,
71+ * PROXY_AUTHENTICATION_REQUIRED: HttpErrorConstant,
72+ * REQUEST_TIMEOUT: HttpErrorConstant,
5773 * CONFLICT: HttpErrorConstant,
74+ * GONE: HttpErrorConstant,
75+ * LENGTH_REQUIRED: HttpErrorConstant,
76+ * PRECONDITION_FAILED: HttpErrorConstant,
77+ * PAYLOAD_TOO_LARGE: HttpErrorConstant,
78+ * URI_TOO_LONG: HttpErrorConstant,
79+ * UNSUPPORTED_MEDIA_TYPE: HttpErrorConstant,
80+ * RANGE_NOT_SATISFIABLE: HttpErrorConstant,
81+ * EXPECTATION_FAILED: HttpErrorConstant,
82+ * I_M_A_TEAPOT: HttpErrorConstant,
83+ * MISDIRECTED_REQUEST: HttpErrorConstant,
5884 * UNPROCESSABLE_ENTITY: HttpErrorConstant,
85+ * LOCKED: HttpErrorConstant,
86+ * FAILED_DEPENDENCY: HttpErrorConstant,
87+ * TOO_EARLY: HttpErrorConstant,
88+ * UPGRADE_REQUIRED: HttpErrorConstant,
89+ * PRECONDITION_REQUIRED: HttpErrorConstant,
5990 * TOO_MANY_REQUESTS: HttpErrorConstant,
91+ * REQUEST_HEADER_FIELDS_TOO_LARGE: HttpErrorConstant,
92+ * UNAVAILABLE_FOR_LEGAL_REASONS: HttpErrorConstant,
6093 * INTERNAL_SERVER_ERROR: HttpErrorConstant,
94+ * NOT_IMPLEMENTED: HttpErrorConstant,
6195 * BAD_GATEWAY: HttpErrorConstant,
6296 * SERVICE_UNAVAILABLE: HttpErrorConstant,
63- * GATEWAY_TIMEOUT: HttpErrorConstant
97+ * GATEWAY_TIMEOUT: HttpErrorConstant,
98+ * HTTP_VERSION_NOT_SUPPORTED: HttpErrorConstant,
99+ * VARIANT_ALSO_NEGOTIATES: HttpErrorConstant,
100+ * INSUFFICIENT_STORAGE: HttpErrorConstant,
101+ * LOOP_DETECTED: HttpErrorConstant,
102+ * BANDWIDTH_LIMIT_EXCEEDED: HttpErrorConstant,
103+ * NOT_EXTENDED: HttpErrorConstant,
104+ * NETWORK_AUTHENTICATION_REQUIRED: HttpErrorConstant,
64105 * }} BaseHttpErrors
65- */
106+ */
66107
67108/**
68109 * @type {BaseHttpErrors }
0 commit comments