@@ -793,12 +793,6 @@ An invalid symlink type was passed to the [`fs.symlink()`][] or
793
793
794
794
An attempt was made to add more headers after the headers had already been sent.
795
795
796
- <a id =" ERR_HTTP_INVALID_CHAR " ></a >
797
- ### ERR_HTTP_INVALID_CHAR
798
-
799
- An invalid character was found in an HTTP response status message (reason
800
- phrase).
801
-
802
796
<a id =" ERR_HTTP_INVALID_HEADER_VALUE " ></a >
803
797
### ERR_HTTP_INVALID_HEADER_VALUE
804
798
@@ -815,11 +809,6 @@ Status code was outside the regular status code range (100-999).
815
809
The ` Trailer ` header was set even though the transfer encoding does not support
816
810
that.
817
811
818
- <a id =" ERR_HTTP2_ALREADY_SHUTDOWN " ></a >
819
- ### ERR_HTTP2_ALREADY_SHUTDOWN
820
-
821
- Occurs with multiple attempts to shutdown an HTTP/2 session.
822
-
823
812
<a id =" ERR_HTTP2_ALTSVC_INVALID_ORIGIN " ></a >
824
813
### ERR_HTTP2_ALTSVC_INVALID_ORIGIN
825
814
@@ -848,22 +837,12 @@ forbidden.
848
837
For HTTP/2 requests using the ` CONNECT ` method, the ` :scheme ` pseudo-header is
849
838
forbidden.
850
839
851
- <a id =" ERR_HTTP2_FRAME_ERROR " ></a >
852
- ### ERR_HTTP2_FRAME_ERROR
853
-
854
- A failure occurred sending an individual frame on the HTTP/2 session.
855
-
856
840
<a id =" ERR_HTTP2_GOAWAY_SESSION " ></a >
857
841
### ERR_HTTP2_GOAWAY_SESSION
858
842
859
843
New HTTP/2 Streams may not be opened after the ` Http2Session ` has received a
860
844
` GOAWAY ` frame from the connected peer.
861
845
862
- <a id =" ERR_HTTP2_HEADER_REQUIRED " ></a >
863
- ### ERR_HTTP2_HEADER_REQUIRED
864
-
865
- A required header was missing in an HTTP/2 message.
866
-
867
846
<a id =" ERR_HTTP2_HEADER_SINGLE_VALUE " ></a >
868
847
### ERR_HTTP2_HEADER_SINGLE_VALUE
869
848
@@ -875,22 +854,11 @@ have only a single value.
875
854
876
855
An additional headers was specified after an HTTP/2 response was initiated.
877
856
878
- <a id =" ERR_HTTP2_HEADERS_OBJECT " ></a >
879
- ### ERR_HTTP2_HEADERS_OBJECT
880
-
881
- An HTTP/2 Headers Object was expected.
882
-
883
857
<a id =" ERR_HTTP2_HEADERS_SENT " ></a >
884
858
### ERR_HTTP2_HEADERS_SENT
885
859
886
860
An attempt was made to send multiple response headers.
887
861
888
- <a id =" ERR_HTTP2_INFO_HEADERS_AFTER_RESPOND " ></a >
889
- ### ERR_HTTP2_INFO_HEADERS_AFTER_RESPOND
890
-
891
- HTTP/2 Informational headers must only be sent * prior* to calling the
892
- ` Http2Stream.prototype.respond() ` method.
893
-
894
862
<a id =" ERR_HTTP2_INFO_STATUS_NOT_ALLOWED " ></a >
895
863
### ERR_HTTP2_INFO_STATUS_NOT_ALLOWED
896
864
@@ -1280,14 +1248,6 @@ strict compliance with the API specification (which in some cases may accept
1280
1248
` func(undefined) ` and ` func() ` are treated identically, and the
1281
1249
[ ` ERR_INVALID_ARG_TYPE ` ] [ ] error code may be used instead.
1282
1250
1283
- <a id =" ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK " ></a >
1284
- ### ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK
1285
-
1286
- > Stability: 1 - Experimental
1287
-
1288
- An [ ES6 module] [ ] loader hook specified ` format: 'dynamic ` but did not provide a
1289
- ` dynamicInstantiate ` hook.
1290
-
1291
1251
<a id =" ERR_MISSING_MODULE " ></a >
1292
1252
### ERR_MISSING_MODULE
1293
1253
@@ -1316,11 +1276,6 @@ would be possible by calling a callback more than once.
1316
1276
1317
1277
While using ` N-API ` , a constructor passed was not a function.
1318
1278
1319
- <a id =" ERR_NAPI_CONS_PROTOTYPE_OBJECT " ></a >
1320
- ### ERR_NAPI_CONS_PROTOTYPE_OBJECT
1321
-
1322
- While using ` N-API ` , ` Constructor.prototype ` was not an object.
1323
-
1324
1279
<a id =" ERR_NAPI_INVALID_DATAVIEW_ARGS " ></a >
1325
1280
### ERR_NAPI_INVALID_DATAVIEW_ARGS
1326
1281
@@ -1363,11 +1318,6 @@ For example: `Buffer.write(string, encoding, offset[, length])`
1363
1318
1364
1319
A given value is out of the accepted range.
1365
1320
1366
- <a id =" ERR_PARSE_HISTORY_DATA " ></a >
1367
- ### ERR_PARSE_HISTORY_DATA
1368
-
1369
- The ` REPL ` module was unable parse data from the REPL history file.
1370
-
1371
1321
<a id =" ERR_REQUIRE_ESM " ></a >
1372
1322
### ERR_REQUIRE_ESM
1373
1323
@@ -1524,11 +1474,6 @@ recommended to use 2048 bits or larger for stronger security.
1524
1474
A TLS/SSL handshake timed out. In this case, the server must also abort the
1525
1475
connection.
1526
1476
1527
- <a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
1528
- ### ERR_TLS_RENEGOTIATION_FAILED
1529
-
1530
- A TLS renegotiation request has failed in a non-specific way.
1531
-
1532
1477
<a id =" ERR_TLS_REQUIRED_SERVER_NAME " ></a >
1533
1478
### ERR_TLS_REQUIRED_SERVER_NAME
1534
1479
0 commit comments