We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c775a commit 0097794Copy full SHA for 0097794
lib/internal/errors.js
@@ -117,7 +117,6 @@ E('ERR_ENCODING_INVALID_ENCODED_DATA',
117
(enc) => `The encoded data was not valid for encoding ${enc}`);
118
E('ERR_HTTP_HEADERS_SENT',
119
'Cannot %s headers after they are sent to the client');
120
-E('ERR_HTTP_INVALID_STATUS_CODE', 'Invalid status code: %s');
121
E('ERR_HTTP_TRAILER_INVALID',
122
'Trailers are invalid with this transfer encoding');
123
E('ERR_HTTP_INVALID_CHAR', 'Invalid character in statusMessage.');
0 commit comments