@@ -735,12 +735,6 @@ falsy value.
735
735
736
736
An attempt was made to add more headers after the headers had already been sent.
737
737
738
- <a id =" ERR_HTTP_INVALID_CHAR " ></a >
739
- ### ERR_HTTP_INVALID_CHAR
740
-
741
- An invalid character was found in an HTTP response status message (reason
742
- phrase).
743
-
744
738
<a id =" ERR_HTTP_INVALID_STATUS_CODE " ></a >
745
739
### ERR_HTTP_INVALID_STATUS_CODE
746
740
@@ -752,11 +746,6 @@ Status code was outside the regular status code range (100-999).
752
746
The ` Trailer ` header was set even though the transfer encoding does not support
753
747
that.
754
748
755
- <a id =" ERR_HTTP2_ALREADY_SHUTDOWN " ></a >
756
- ### ERR_HTTP2_ALREADY_SHUTDOWN
757
-
758
- Occurs with multiple attempts to shutdown an HTTP/2 session.
759
-
760
749
<a id =" ERR_HTTP2_ALTSVC_INVALID_ORIGIN " ></a >
761
750
### ERR_HTTP2_ALTSVC_INVALID_ORIGIN
762
751
@@ -785,22 +774,12 @@ forbidden.
785
774
For HTTP/2 requests using the ` CONNECT ` method, the ` :scheme ` pseudo-header is
786
775
forbidden.
787
776
788
- <a id =" ERR_HTTP2_FRAME_ERROR " ></a >
789
- ### ERR_HTTP2_FRAME_ERROR
790
-
791
- A failure occurred sending an individual frame on the HTTP/2 session.
792
-
793
777
<a id =" ERR_HTTP2_GOAWAY_SESSION " ></a >
794
778
### ERR_HTTP2_GOAWAY_SESSION
795
779
796
780
New HTTP/2 Streams may not be opened after the ` Http2Session ` has received a
797
781
` GOAWAY ` frame from the connected peer.
798
782
799
- <a id =" ERR_HTTP2_HEADER_REQUIRED " ></a >
800
- ### ERR_HTTP2_HEADER_REQUIRED
801
-
802
- A required header was missing in an HTTP/2 message.
803
-
804
783
<a id =" ERR_HTTP2_HEADER_SINGLE_VALUE " ></a >
805
784
### ERR_HTTP2_HEADER_SINGLE_VALUE
806
785
@@ -812,22 +791,11 @@ have only a single value.
812
791
813
792
An additional headers was specified after an HTTP/2 response was initiated.
814
793
815
- <a id =" ERR_HTTP2_HEADERS_OBJECT " ></a >
816
- ### ERR_HTTP2_HEADERS_OBJECT
817
-
818
- An HTTP/2 Headers Object was expected.
819
-
820
794
<a id =" ERR_HTTP2_HEADERS_SENT " ></a >
821
795
### ERR_HTTP2_HEADERS_SENT
822
796
823
797
An attempt was made to send multiple response headers.
824
798
825
- <a id =" ERR_HTTP2_INFO_HEADERS_AFTER_RESPOND " ></a >
826
- ### ERR_HTTP2_INFO_HEADERS_AFTER_RESPOND
827
-
828
- HTTP/2 Informational headers must only be sent * prior* to calling the
829
- ` Http2Stream.prototype.respond() ` method.
830
-
831
799
<a id =" ERR_HTTP2_INFO_STATUS_NOT_ALLOWED " ></a >
832
800
### ERR_HTTP2_INFO_STATUS_NOT_ALLOWED
833
801
@@ -1218,14 +1186,6 @@ strict compliance with the API specification (which in some cases may accept
1218
1186
` func(undefined) ` and ` func() ` are treated identically, and the
1219
1187
[ ` ERR_INVALID_ARG_TYPE ` ] [ ] error code may be used instead.
1220
1188
1221
- <a id =" ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK " ></a >
1222
- ### ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK
1223
-
1224
- > Stability: 1 - Experimental
1225
-
1226
- An [ ES6 module] [ ] loader hook specified ` format: 'dynamic ` but did not provide a
1227
- ` dynamicInstantiate ` hook.
1228
-
1229
1189
<a id =" ERR_MISSING_MODULE " ></a >
1230
1190
### ERR_MISSING_MODULE
1231
1191
@@ -1254,11 +1214,6 @@ would be possible by calling a callback more than once.
1254
1214
1255
1215
While using ` N-API ` , a constructor passed was not a function.
1256
1216
1257
- <a id =" ERR_NAPI_CONS_PROTOTYPE_OBJECT " ></a >
1258
- ### ERR_NAPI_CONS_PROTOTYPE_OBJECT
1259
-
1260
- While using ` N-API ` , ` Constructor.prototype ` was not an object.
1261
-
1262
1217
<a id =" ERR_NAPI_INVALID_DATAVIEW_ARGS " ></a >
1263
1218
### ERR_NAPI_INVALID_DATAVIEW_ARGS
1264
1219
@@ -1300,11 +1255,6 @@ A Node.js API was called in an unsupported manner, such as
1300
1255
1301
1256
An input argument value was outside an acceptable range.
1302
1257
1303
- <a id =" ERR_PARSE_HISTORY_DATA " ></a >
1304
- ### ERR_PARSE_HISTORY_DATA
1305
-
1306
- The ` REPL ` module was unable parse data from the REPL history file.
1307
-
1308
1258
<a id =" ERR_REQUIRE_ESM " ></a >
1309
1259
### ERR_REQUIRE_ESM
1310
1260
@@ -1442,11 +1392,6 @@ recommended to use 2048 bits or larger for stronger security.
1442
1392
A TLS/SSL handshake timed out. In this case, the server must also abort the
1443
1393
connection.
1444
1394
1445
- <a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
1446
- ### ERR_TLS_RENEGOTIATION_FAILED
1447
-
1448
- A TLS renegotiation request has failed in a non-specific way.
1449
-
1450
1395
<a id =" ERR_TLS_REQUIRED_SERVER_NAME " ></a >
1451
1396
### ERR_TLS_REQUIRED_SERVER_NAME
1452
1397
0 commit comments