@idlebox/node 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/child_process/execa.cjs +2 -2
- package/lib/cjs/child_process/execa.cjs.map +1 -1
- package/lib/cjs/child_process/lateError.cjs +5 -5
- package/lib/cjs/child_process/lateError.cjs.map +1 -1
- package/lib/cjs/child_process/respawn.cjs +5 -5
- package/lib/cjs/child_process/respawn.cjs.map +1 -1
- package/lib/cjs/environment/findBinary.cjs +4 -4
- package/lib/cjs/environment/findBinary.cjs.map +1 -1
- package/lib/cjs/environment/npmConfig.cjs +2 -2
- package/lib/cjs/environment/npmConfig.cjs.map +1 -1
- package/lib/cjs/environment/pathEnvironment.cjs +3 -3
- package/lib/cjs/environment/pathEnvironment.cjs.map +1 -1
- package/lib/cjs/error/nodejs-error-code.generated.cjs +268 -217
- package/lib/cjs/error/nodejs-error-code.generated.cjs.map +1 -1
- package/lib/cjs/error/types.cjs +6 -6
- package/lib/cjs/error/types.cjs.map +1 -1
- package/lib/cjs/fs/commandExists.cjs +3 -3
- package/lib/cjs/fs/commandExists.cjs.map +1 -1
- package/lib/cjs/fs/exists.cjs +3 -3
- package/lib/cjs/fs/exists.cjs.map +1 -1
- package/lib/cjs/fs/tempFolder.cjs +2 -2
- package/lib/cjs/fs/tempFolder.cjs.map +1 -1
- package/lib/cjs/fs/weiteChanged.cjs +3 -3
- package/lib/cjs/fs/weiteChanged.cjs.map +1 -1
- package/lib/cjs/path-resolve/findPackageRoot.cjs +2 -2
- package/lib/cjs/path-resolve/findPackageRoot.cjs.map +1 -1
- package/lib/cjs/path-resolve/findUp.cjs +5 -5
- package/lib/cjs/path-resolve/findUp.cjs.map +1 -1
- package/lib/cjs/stream/collectingStream.cjs +3 -3
- package/lib/cjs/stream/collectingStream.cjs.map +1 -1
- package/lib/cjs/stream/streamPromise.cjs +5 -4
- package/lib/cjs/stream/streamPromise.cjs.map +1 -1
- package/lib/esm/__virtual_tsconfig.tsbuildinfo +1 -1
- package/lib/esm/child_process/execa.js +1 -1
- package/lib/esm/child_process/execa.js.map +1 -1
- package/lib/esm/child_process/lateError.js +2 -2
- package/lib/esm/child_process/lateError.js.map +1 -1
- package/lib/esm/child_process/respawn.js +3 -3
- package/lib/esm/child_process/respawn.js.map +1 -1
- package/lib/esm/environment/findBinary.js +2 -2
- package/lib/esm/environment/findBinary.js.map +1 -1
- package/lib/esm/environment/npmConfig.js +1 -1
- package/lib/esm/environment/npmConfig.js.map +1 -1
- package/lib/esm/environment/pathEnvironment.js +1 -1
- package/lib/esm/environment/pathEnvironment.js.map +1 -1
- package/lib/esm/error/nodejs-error-code.generated.d.ts +269 -218
- package/lib/esm/error/nodejs-error-code.generated.d.ts.map +1 -1
- package/lib/esm/error/nodejs-error-code.generated.js +268 -217
- package/lib/esm/error/nodejs-error-code.generated.js.map +1 -1
- package/lib/esm/error/types.d.ts +2 -2
- package/lib/esm/error/types.d.ts.map +1 -1
- package/lib/esm/error/types.js +2 -2
- package/lib/esm/error/types.js.map +1 -1
- package/lib/esm/fs/commandExists.js +1 -1
- package/lib/esm/fs/commandExists.js.map +1 -1
- package/lib/esm/fs/exists.js +1 -1
- package/lib/esm/fs/exists.js.map +1 -1
- package/lib/esm/fs/tempFolder.js +1 -1
- package/lib/esm/fs/tempFolder.js.map +1 -1
- package/lib/esm/fs/weiteChanged.js +1 -1
- package/lib/esm/fs/weiteChanged.js.map +1 -1
- package/lib/esm/path-resolve/findPackageRoot.js +1 -1
- package/lib/esm/path-resolve/findPackageRoot.js.map +1 -1
- package/lib/esm/path-resolve/findUp.js +1 -1
- package/lib/esm/path-resolve/findUp.js.map +1 -1
- package/lib/esm/stream/collectingStream.d.ts +1 -1
- package/lib/esm/stream/collectingStream.js +1 -1
- package/lib/esm/stream/collectingStream.js.map +1 -1
- package/lib/esm/stream/streamPromise.d.ts.map +1 -1
- package/lib/esm/stream/streamPromise.js +5 -4
- package/lib/esm/stream/streamPromise.js.map +1 -1
- package/package.json +4 -4
- package/src/child_process/execa.ts +1 -1
- package/src/child_process/lateError.ts +2 -2
- package/src/child_process/respawn.ts +3 -3
- package/src/environment/findBinary.ts +2 -2
- package/src/environment/npmConfig.ts +1 -1
- package/src/environment/pathEnvironment.ts +1 -1
- package/src/error/cache.generated.json +467 -323
- package/src/error/nodejs-error-code.generated.ts +268 -218
- package/src/error/nodejs-error-code.generator.ts +1 -1
- package/src/error/types.ts +2 -2
- package/src/fs/commandExists.ts +1 -1
- package/src/fs/exists.ts +1 -1
- package/src/fs/tempFolder.ts +1 -1
- package/src/fs/weiteChanged.ts +1 -1
- package/src/path-resolve/findPackageRoot.ts +1 -1
- package/src/path-resolve/findUp.ts +1 -1
- package/src/stream/collectingStream.ts +1 -1
- package/src/stream/streamPromise.ts +5 -4
|
@@ -582,17 +582,10 @@
|
|
|
582
582
|
],
|
|
583
583
|
"changes": []
|
|
584
584
|
},
|
|
585
|
-
"desc": "<p>An invalid JSON Web Key was provided.</p>\n<p><a id=\"
|
|
585
|
+
"desc": "<p>An invalid JSON Web Key was provided.</p>\n<p><a id=\"ERR_CRYPTO_INVALID_KEYLEN\"></a></p>",
|
|
586
586
|
"type": "module",
|
|
587
587
|
"displayName": "`ERR_CRYPTO_INVALID_JWK`"
|
|
588
588
|
},
|
|
589
|
-
{
|
|
590
|
-
"textRaw": "`ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE`",
|
|
591
|
-
"name": "`err_crypto_invalid_key_object_type`",
|
|
592
|
-
"desc": "<p>The given crypto key object's type is invalid for the attempted operation.</p>\n<p><a id=\"ERR_CRYPTO_INVALID_KEYLEN\"></a></p>",
|
|
593
|
-
"type": "module",
|
|
594
|
-
"displayName": "`ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE`"
|
|
595
|
-
},
|
|
596
589
|
{
|
|
597
590
|
"textRaw": "`ERR_CRYPTO_INVALID_KEYLEN`",
|
|
598
591
|
"name": "`err_crypto_invalid_keylen`",
|
|
@@ -628,10 +621,17 @@
|
|
|
628
621
|
],
|
|
629
622
|
"changes": []
|
|
630
623
|
},
|
|
631
|
-
"desc": "<p>An invalid key type was provided.</p>\n<p><a id=\"
|
|
624
|
+
"desc": "<p>An invalid key type was provided.</p>\n<p><a id=\"ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE\"></a></p>",
|
|
632
625
|
"type": "module",
|
|
633
626
|
"displayName": "`ERR_CRYPTO_INVALID_KEYTYPE`"
|
|
634
627
|
},
|
|
628
|
+
{
|
|
629
|
+
"textRaw": "`ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE`",
|
|
630
|
+
"name": "`err_crypto_invalid_key_object_type`",
|
|
631
|
+
"desc": "<p>The given crypto key object's type is invalid for the attempted operation.</p>\n<p><a id=\"ERR_CRYPTO_INVALID_MESSAGELEN\"></a></p>",
|
|
632
|
+
"type": "module",
|
|
633
|
+
"displayName": "`ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE`"
|
|
634
|
+
},
|
|
635
635
|
{
|
|
636
636
|
"textRaw": "`ERR_CRYPTO_INVALID_MESSAGELEN`",
|
|
637
637
|
"name": "`err_crypto_invalid_messagelen`",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
],
|
|
655
655
|
"changes": []
|
|
656
656
|
},
|
|
657
|
-
"desc": "<p>
|
|
657
|
+
"desc": "<p>One or more <a href=\"crypto.html#cryptoscryptpassword-salt-keylen-options-callback\"><code>crypto.scrypt()</code></a> or <a href=\"crypto.html#cryptoscryptsyncpassword-salt-keylen-options\"><code>crypto.scryptSync()</code></a> parameters are\noutside their legal range.</p>\n<p><a id=\"ERR_CRYPTO_INVALID_STATE\"></a></p>",
|
|
658
658
|
"type": "module",
|
|
659
659
|
"displayName": "`ERR_CRYPTO_INVALID_SCRYPT_PARAMS`"
|
|
660
660
|
},
|
|
@@ -721,17 +721,10 @@
|
|
|
721
721
|
{
|
|
722
722
|
"textRaw": "`ERR_CRYPTO_PBKDF2_ERROR`",
|
|
723
723
|
"name": "`err_crypto_pbkdf2_error`",
|
|
724
|
-
"desc": "<p>The PBKDF2 algorithm failed for unspecified reasons. OpenSSL does not provide\nmore details and therefore neither does Node.js.</p>\n<p><a id=\"
|
|
724
|
+
"desc": "<p>The PBKDF2 algorithm failed for unspecified reasons. OpenSSL does not provide\nmore details and therefore neither does Node.js.</p>\n<p><a id=\"ERR_CRYPTO_SCRYPT_NOT_SUPPORTED\"></a></p>",
|
|
725
725
|
"type": "module",
|
|
726
726
|
"displayName": "`ERR_CRYPTO_PBKDF2_ERROR`"
|
|
727
727
|
},
|
|
728
|
-
{
|
|
729
|
-
"textRaw": "`ERR_CRYPTO_SCRYPT_INVALID_PARAMETER`",
|
|
730
|
-
"name": "`err_crypto_scrypt_invalid_parameter`",
|
|
731
|
-
"desc": "<p>One or more <a href=\"crypto.html#cryptoscryptpassword-salt-keylen-options-callback\"><code>crypto.scrypt()</code></a> or <a href=\"crypto.html#cryptoscryptsyncpassword-salt-keylen-options\"><code>crypto.scryptSync()</code></a> parameters are\noutside their legal range.</p>\n<p><a id=\"ERR_CRYPTO_SCRYPT_NOT_SUPPORTED\"></a></p>",
|
|
732
|
-
"type": "module",
|
|
733
|
-
"displayName": "`ERR_CRYPTO_SCRYPT_INVALID_PARAMETER`"
|
|
734
|
-
},
|
|
735
728
|
{
|
|
736
729
|
"textRaw": "`ERR_CRYPTO_SCRYPT_NOT_SUPPORTED`",
|
|
737
730
|
"name": "`err_crypto_scrypt_not_supported`",
|
|
@@ -805,10 +798,30 @@
|
|
|
805
798
|
],
|
|
806
799
|
"changes": []
|
|
807
800
|
},
|
|
808
|
-
"desc": "<p>The <a href=\"debugger.html\">debugger</a> timed out waiting for the required host/port to be free.</p>\n<p><a id=\"
|
|
801
|
+
"desc": "<p>The <a href=\"debugger.html\">debugger</a> timed out waiting for the required host/port to be free.</p>\n<p><a id=\"ERR_DIR_CLOSED\"></a></p>",
|
|
809
802
|
"type": "module",
|
|
810
803
|
"displayName": "`ERR_DEBUGGER_STARTUP_ERROR`"
|
|
811
804
|
},
|
|
805
|
+
{
|
|
806
|
+
"textRaw": "`ERR_DIR_CLOSED`",
|
|
807
|
+
"name": "`err_dir_closed`",
|
|
808
|
+
"desc": "<p>The <a href=\"fs.html#class-fsdir\"><code>fs.Dir</code></a> was previously closed.</p>\n<p><a id=\"ERR_DIR_CONCURRENT_OPERATION\"></a></p>",
|
|
809
|
+
"type": "module",
|
|
810
|
+
"displayName": "`ERR_DIR_CLOSED`"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"textRaw": "`ERR_DIR_CONCURRENT_OPERATION`",
|
|
814
|
+
"name": "`err_dir_concurrent_operation`",
|
|
815
|
+
"meta": {
|
|
816
|
+
"added": [
|
|
817
|
+
"v14.3.0"
|
|
818
|
+
],
|
|
819
|
+
"changes": []
|
|
820
|
+
},
|
|
821
|
+
"desc": "<p>A synchronous read or close call was attempted on an <a href=\"fs.html#class-fsdir\"><code>fs.Dir</code></a> which has\nongoing asynchronous operations.</p>\n<p><a id=\"ERR_DLOPEN_DISABLED\"></a></p>",
|
|
822
|
+
"type": "module",
|
|
823
|
+
"displayName": "`ERR_DIR_CONCURRENT_OPERATION`"
|
|
824
|
+
},
|
|
812
825
|
{
|
|
813
826
|
"textRaw": "`ERR_DLOPEN_DISABLED`",
|
|
814
827
|
"name": "`err_dlopen_disabled`",
|
|
@@ -832,30 +845,10 @@
|
|
|
832
845
|
],
|
|
833
846
|
"changes": []
|
|
834
847
|
},
|
|
835
|
-
"desc": "<p>A call to <code>process.dlopen()</code> failed.</p>\n<p><a id=\"
|
|
848
|
+
"desc": "<p>A call to <code>process.dlopen()</code> failed.</p>\n<p><a id=\"ERR_DNS_SET_SERVERS_FAILED\"></a></p>",
|
|
836
849
|
"type": "module",
|
|
837
850
|
"displayName": "`ERR_DLOPEN_FAILED`"
|
|
838
851
|
},
|
|
839
|
-
{
|
|
840
|
-
"textRaw": "`ERR_DIR_CLOSED`",
|
|
841
|
-
"name": "`err_dir_closed`",
|
|
842
|
-
"desc": "<p>The <a href=\"fs.html#class-fsdir\"><code>fs.Dir</code></a> was previously closed.</p>\n<p><a id=\"ERR_DIR_CONCURRENT_OPERATION\"></a></p>",
|
|
843
|
-
"type": "module",
|
|
844
|
-
"displayName": "`ERR_DIR_CLOSED`"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"textRaw": "`ERR_DIR_CONCURRENT_OPERATION`",
|
|
848
|
-
"name": "`err_dir_concurrent_operation`",
|
|
849
|
-
"meta": {
|
|
850
|
-
"added": [
|
|
851
|
-
"v14.3.0"
|
|
852
|
-
],
|
|
853
|
-
"changes": []
|
|
854
|
-
},
|
|
855
|
-
"desc": "<p>A synchronous read or close call was attempted on an <a href=\"fs.html#class-fsdir\"><code>fs.Dir</code></a> which has\nongoing asynchronous operations.</p>\n<p><a id=\"ERR_DNS_SET_SERVERS_FAILED\"></a></p>",
|
|
856
|
-
"type": "module",
|
|
857
|
-
"displayName": "`ERR_DIR_CONCURRENT_OPERATION`"
|
|
858
|
-
},
|
|
859
852
|
{
|
|
860
853
|
"textRaw": "`ERR_DNS_SET_SERVERS_FAILED`",
|
|
861
854
|
"name": "`err_dns_set_servers_failed`",
|
|
@@ -978,20 +971,6 @@
|
|
|
978
971
|
"type": "module",
|
|
979
972
|
"displayName": "`ERR_FS_CP_EINVAL`"
|
|
980
973
|
},
|
|
981
|
-
{
|
|
982
|
-
"textRaw": "`ERR_HTTP_BODY_NOT_ALLOWED`",
|
|
983
|
-
"name": "`err_http_body_not_allowed`",
|
|
984
|
-
"desc": "<p>An error is thrown when writing to an HTTP response which does not allow\ncontents. <a id=\"ERR_HTTP_BODY_NOT_ALLOWED\"></a></p>",
|
|
985
|
-
"type": "module",
|
|
986
|
-
"displayName": "`ERR_HTTP_BODY_NOT_ALLOWED`"
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"textRaw": "`ERR_HTTP_CONTENT_LENGTH_MISMATCH`",
|
|
990
|
-
"name": "`err_http_content_length_mismatch`",
|
|
991
|
-
"desc": "<p>Response body size doesn't match with the specified content-length header value.</p>\n<p><a id=\"ERR_HTTP_CONTENT_LENGTH_MISMATCH\"></a></p>",
|
|
992
|
-
"type": "module",
|
|
993
|
-
"displayName": "`ERR_HTTP_CONTENT_LENGTH_MISMATCH`"
|
|
994
|
-
},
|
|
995
974
|
{
|
|
996
975
|
"textRaw": "`ERR_FS_CP_FIFO_PIPE`",
|
|
997
976
|
"name": "`err_fs_cp_fifo_pipe`",
|
|
@@ -1067,66 +1046,10 @@
|
|
|
1067
1046
|
{
|
|
1068
1047
|
"textRaw": "`ERR_FS_FILE_TOO_LARGE`",
|
|
1069
1048
|
"name": "`err_fs_file_too_large`",
|
|
1070
|
-
"desc": "<p>An attempt has been made to read a file whose size is larger than the maximum\nallowed size for a <code>Buffer</code>.</p>\n<p><a id=\"
|
|
1049
|
+
"desc": "<p>An attempt has been made to read a file whose size is larger than the maximum\nallowed size for a <code>Buffer</code>.</p>\n<p><a id=\"ERR_HTTP2_ALTSVC_INVALID_ORIGIN\"></a></p>",
|
|
1071
1050
|
"type": "module",
|
|
1072
1051
|
"displayName": "`ERR_FS_FILE_TOO_LARGE`"
|
|
1073
1052
|
},
|
|
1074
|
-
{
|
|
1075
|
-
"textRaw": "`ERR_FS_INVALID_SYMLINK_TYPE`",
|
|
1076
|
-
"name": "`err_fs_invalid_symlink_type`",
|
|
1077
|
-
"desc": "<p>An invalid symlink type was passed to the <a href=\"fs.html#fssymlinktarget-path-type-callback\"><code>fs.symlink()</code></a> or\n<a href=\"fs.html#fssymlinksynctarget-path-type\"><code>fs.symlinkSync()</code></a> methods.</p>\n<p><a id=\"ERR_HTTP_HEADERS_SENT\"></a></p>",
|
|
1078
|
-
"type": "module",
|
|
1079
|
-
"displayName": "`ERR_FS_INVALID_SYMLINK_TYPE`"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"textRaw": "`ERR_HTTP_HEADERS_SENT`",
|
|
1083
|
-
"name": "`err_http_headers_sent`",
|
|
1084
|
-
"desc": "<p>An attempt was made to add more headers after the headers had already been sent.</p>\n<p><a id=\"ERR_HTTP_INVALID_HEADER_VALUE\"></a></p>",
|
|
1085
|
-
"type": "module",
|
|
1086
|
-
"displayName": "`ERR_HTTP_HEADERS_SENT`"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"textRaw": "`ERR_HTTP_INVALID_HEADER_VALUE`",
|
|
1090
|
-
"name": "`err_http_invalid_header_value`",
|
|
1091
|
-
"desc": "<p>An invalid HTTP header value was specified.</p>\n<p><a id=\"ERR_HTTP_INVALID_STATUS_CODE\"></a></p>",
|
|
1092
|
-
"type": "module",
|
|
1093
|
-
"displayName": "`ERR_HTTP_INVALID_HEADER_VALUE`"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"textRaw": "`ERR_HTTP_INVALID_STATUS_CODE`",
|
|
1097
|
-
"name": "`err_http_invalid_status_code`",
|
|
1098
|
-
"desc": "<p>Status code was outside the regular status code range (100-999).</p>\n<p><a id=\"ERR_HTTP_REQUEST_TIMEOUT\"></a></p>",
|
|
1099
|
-
"type": "module",
|
|
1100
|
-
"displayName": "`ERR_HTTP_INVALID_STATUS_CODE`"
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"textRaw": "`ERR_HTTP_REQUEST_TIMEOUT`",
|
|
1104
|
-
"name": "`err_http_request_timeout`",
|
|
1105
|
-
"desc": "<p>The client has not sent the entire request within the allowed time.</p>\n<p><a id=\"ERR_HTTP_SOCKET_ASSIGNED\"></a></p>",
|
|
1106
|
-
"type": "module",
|
|
1107
|
-
"displayName": "`ERR_HTTP_REQUEST_TIMEOUT`"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"textRaw": "`ERR_HTTP_SOCKET_ASSIGNED`",
|
|
1111
|
-
"name": "`err_http_socket_assigned`",
|
|
1112
|
-
"desc": "<p>The given <a href=\"http.html#class-httpserverresponse\"><code>ServerResponse</code></a> was already assigned a socket.</p>\n<p><a id=\"ERR_HTTP_SOCKET_ENCODING\"></a></p>",
|
|
1113
|
-
"type": "module",
|
|
1114
|
-
"displayName": "`ERR_HTTP_SOCKET_ASSIGNED`"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"textRaw": "`ERR_HTTP_SOCKET_ENCODING`",
|
|
1118
|
-
"name": "`err_http_socket_encoding`",
|
|
1119
|
-
"desc": "<p>Changing the socket encoding is not allowed per <a href=\"https://tools.ietf.org/html/rfc7230#section-3\">RFC 7230 Section 3</a>.</p>\n<p><a id=\"ERR_HTTP_TRAILER_INVALID\"></a></p>",
|
|
1120
|
-
"type": "module",
|
|
1121
|
-
"displayName": "`ERR_HTTP_SOCKET_ENCODING`"
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"textRaw": "`ERR_HTTP_TRAILER_INVALID`",
|
|
1125
|
-
"name": "`err_http_trailer_invalid`",
|
|
1126
|
-
"desc": "<p>The <code>Trailer</code> header was set even though the transfer encoding does not support\nthat.</p>\n<p><a id=\"ERR_HTTP2_ALTSVC_INVALID_ORIGIN\"></a></p>",
|
|
1127
|
-
"type": "module",
|
|
1128
|
-
"displayName": "`ERR_HTTP_TRAILER_INVALID`"
|
|
1129
|
-
},
|
|
1130
1053
|
{
|
|
1131
1054
|
"textRaw": "`ERR_HTTP2_ALTSVC_INVALID_ORIGIN`",
|
|
1132
1055
|
"name": "`err_http2_altsvc_invalid_origin`",
|
|
@@ -1172,17 +1095,10 @@
|
|
|
1172
1095
|
{
|
|
1173
1096
|
"textRaw": "`ERR_HTTP2_GOAWAY_SESSION`",
|
|
1174
1097
|
"name": "`err_http2_goaway_session`",
|
|
1175
|
-
"desc": "<p>New HTTP/2 Streams may not be opened after the <code>Http2Session</code> has received a\n<code>GOAWAY</code> frame from the connected peer.</p>\n<p><a id=\"
|
|
1098
|
+
"desc": "<p>New HTTP/2 Streams may not be opened after the <code>Http2Session</code> has received a\n<code>GOAWAY</code> frame from the connected peer.</p>\n<p><a id=\"ERR_HTTP2_HEADERS_AFTER_RESPOND\"></a></p>",
|
|
1176
1099
|
"type": "module",
|
|
1177
1100
|
"displayName": "`ERR_HTTP2_GOAWAY_SESSION`"
|
|
1178
1101
|
},
|
|
1179
|
-
{
|
|
1180
|
-
"textRaw": "`ERR_HTTP2_HEADER_SINGLE_VALUE`",
|
|
1181
|
-
"name": "`err_http2_header_single_value`",
|
|
1182
|
-
"desc": "<p>Multiple values were provided for an HTTP/2 header field that was required to\nhave only a single value.</p>\n<p><a id=\"ERR_HTTP2_HEADERS_AFTER_RESPOND\"></a></p>",
|
|
1183
|
-
"type": "module",
|
|
1184
|
-
"displayName": "`ERR_HTTP2_HEADER_SINGLE_VALUE`"
|
|
1185
|
-
},
|
|
1186
1102
|
{
|
|
1187
1103
|
"textRaw": "`ERR_HTTP2_HEADERS_AFTER_RESPOND`",
|
|
1188
1104
|
"name": "`err_http2_headers_after_respond`",
|
|
@@ -1193,10 +1109,17 @@
|
|
|
1193
1109
|
{
|
|
1194
1110
|
"textRaw": "`ERR_HTTP2_HEADERS_SENT`",
|
|
1195
1111
|
"name": "`err_http2_headers_sent`",
|
|
1196
|
-
"desc": "<p>An attempt was made to send multiple response headers.</p>\n<p><a id=\"
|
|
1112
|
+
"desc": "<p>An attempt was made to send multiple response headers.</p>\n<p><a id=\"ERR_HTTP2_HEADER_SINGLE_VALUE\"></a></p>",
|
|
1197
1113
|
"type": "module",
|
|
1198
1114
|
"displayName": "`ERR_HTTP2_HEADERS_SENT`"
|
|
1199
1115
|
},
|
|
1116
|
+
{
|
|
1117
|
+
"textRaw": "`ERR_HTTP2_HEADER_SINGLE_VALUE`",
|
|
1118
|
+
"name": "`err_http2_header_single_value`",
|
|
1119
|
+
"desc": "<p>Multiple values were provided for an HTTP/2 header field that was required to\nhave only a single value.</p>\n<p><a id=\"ERR_HTTP2_INFO_STATUS_NOT_ALLOWED\"></a></p>",
|
|
1120
|
+
"type": "module",
|
|
1121
|
+
"displayName": "`ERR_HTTP2_HEADER_SINGLE_VALUE`"
|
|
1122
|
+
},
|
|
1200
1123
|
{
|
|
1201
1124
|
"textRaw": "`ERR_HTTP2_INFO_STATUS_NOT_ALLOWED`",
|
|
1202
1125
|
"name": "`err_http2_info_status_not_allowed`",
|
|
@@ -1458,42 +1381,105 @@
|
|
|
1458
1381
|
{
|
|
1459
1382
|
"textRaw": "`ERR_HTTP2_UNSUPPORTED_PROTOCOL`",
|
|
1460
1383
|
"name": "`err_http2_unsupported_protocol`",
|
|
1461
|
-
"desc": "<p><code>http2.connect()</code> was passed a URL that uses any protocol other than <code>http:</code> or\n<code>https:</code>.</p>\n<p><a id=\"
|
|
1384
|
+
"desc": "<p><code>http2.connect()</code> was passed a URL that uses any protocol other than <code>http:</code> or\n<code>https:</code>.</p>\n<p><a id=\"ERR_HTTP_BODY_NOT_ALLOWED\"></a></p>",
|
|
1462
1385
|
"type": "module",
|
|
1463
1386
|
"displayName": "`ERR_HTTP2_UNSUPPORTED_PROTOCOL`"
|
|
1464
1387
|
},
|
|
1388
|
+
{
|
|
1389
|
+
"textRaw": "`ERR_HTTP_BODY_NOT_ALLOWED`",
|
|
1390
|
+
"name": "`err_http_body_not_allowed`",
|
|
1391
|
+
"desc": "<p>An error is thrown when writing to an HTTP response which does not allow\ncontents.</p>\n<p><a id=\"ERR_HTTP_CONTENT_LENGTH_MISMATCH\"></a></p>",
|
|
1392
|
+
"type": "module",
|
|
1393
|
+
"displayName": "`ERR_HTTP_BODY_NOT_ALLOWED`"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"textRaw": "`ERR_HTTP_CONTENT_LENGTH_MISMATCH`",
|
|
1397
|
+
"name": "`err_http_content_length_mismatch`",
|
|
1398
|
+
"desc": "<p>Response body size doesn't match with the specified content-length header value.</p>\n<p><a id=\"ERR_HTTP_HEADERS_SENT\"></a></p>",
|
|
1399
|
+
"type": "module",
|
|
1400
|
+
"displayName": "`ERR_HTTP_CONTENT_LENGTH_MISMATCH`"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"textRaw": "`ERR_HTTP_HEADERS_SENT`",
|
|
1404
|
+
"name": "`err_http_headers_sent`",
|
|
1405
|
+
"desc": "<p>An attempt was made to add more headers after the headers had already been sent.</p>\n<p><a id=\"ERR_HTTP_INVALID_HEADER_VALUE\"></a></p>",
|
|
1406
|
+
"type": "module",
|
|
1407
|
+
"displayName": "`ERR_HTTP_HEADERS_SENT`"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"textRaw": "`ERR_HTTP_INVALID_HEADER_VALUE`",
|
|
1411
|
+
"name": "`err_http_invalid_header_value`",
|
|
1412
|
+
"desc": "<p>An invalid HTTP header value was specified.</p>\n<p><a id=\"ERR_HTTP_INVALID_STATUS_CODE\"></a></p>",
|
|
1413
|
+
"type": "module",
|
|
1414
|
+
"displayName": "`ERR_HTTP_INVALID_HEADER_VALUE`"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"textRaw": "`ERR_HTTP_INVALID_STATUS_CODE`",
|
|
1418
|
+
"name": "`err_http_invalid_status_code`",
|
|
1419
|
+
"desc": "<p>Status code was outside the regular status code range (100-999).</p>\n<p><a id=\"ERR_HTTP_REQUEST_TIMEOUT\"></a></p>",
|
|
1420
|
+
"type": "module",
|
|
1421
|
+
"displayName": "`ERR_HTTP_INVALID_STATUS_CODE`"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"textRaw": "`ERR_HTTP_REQUEST_TIMEOUT`",
|
|
1425
|
+
"name": "`err_http_request_timeout`",
|
|
1426
|
+
"desc": "<p>The client has not sent the entire request within the allowed time.</p>\n<p><a id=\"ERR_HTTP_SOCKET_ASSIGNED\"></a></p>",
|
|
1427
|
+
"type": "module",
|
|
1428
|
+
"displayName": "`ERR_HTTP_REQUEST_TIMEOUT`"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"textRaw": "`ERR_HTTP_SOCKET_ASSIGNED`",
|
|
1432
|
+
"name": "`err_http_socket_assigned`",
|
|
1433
|
+
"desc": "<p>The given <a href=\"http.html#class-httpserverresponse\"><code>ServerResponse</code></a> was already assigned a socket.</p>\n<p><a id=\"ERR_HTTP_SOCKET_ENCODING\"></a></p>",
|
|
1434
|
+
"type": "module",
|
|
1435
|
+
"displayName": "`ERR_HTTP_SOCKET_ASSIGNED`"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"textRaw": "`ERR_HTTP_SOCKET_ENCODING`",
|
|
1439
|
+
"name": "`err_http_socket_encoding`",
|
|
1440
|
+
"desc": "<p>Changing the socket encoding is not allowed per <a href=\"https://tools.ietf.org/html/rfc7230#section-3\">RFC 7230 Section 3</a>.</p>\n<p><a id=\"ERR_HTTP_TRAILER_INVALID\"></a></p>",
|
|
1441
|
+
"type": "module",
|
|
1442
|
+
"displayName": "`ERR_HTTP_SOCKET_ENCODING`"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"textRaw": "`ERR_HTTP_TRAILER_INVALID`",
|
|
1446
|
+
"name": "`err_http_trailer_invalid`",
|
|
1447
|
+
"desc": "<p>The <code>Trailer</code> header was set even though the transfer encoding does not support\nthat.</p>\n<p><a id=\"ERR_ILLEGAL_CONSTRUCTOR\"></a></p>",
|
|
1448
|
+
"type": "module",
|
|
1449
|
+
"displayName": "`ERR_HTTP_TRAILER_INVALID`"
|
|
1450
|
+
},
|
|
1465
1451
|
{
|
|
1466
1452
|
"textRaw": "`ERR_ILLEGAL_CONSTRUCTOR`",
|
|
1467
1453
|
"name": "`err_illegal_constructor`",
|
|
1468
|
-
"desc": "<p>An attempt was made to construct an object using a non-public constructor.</p>\n<p><a id=\"
|
|
1454
|
+
"desc": "<p>An attempt was made to construct an object using a non-public constructor.</p>\n<p><a id=\"ERR_IMPORT_ATTRIBUTE_MISSING\"></a></p>",
|
|
1469
1455
|
"type": "module",
|
|
1470
1456
|
"displayName": "`ERR_ILLEGAL_CONSTRUCTOR`"
|
|
1471
1457
|
},
|
|
1472
1458
|
{
|
|
1473
|
-
"textRaw": "`
|
|
1474
|
-
"name": "`
|
|
1459
|
+
"textRaw": "`ERR_IMPORT_ATTRIBUTE_MISSING`",
|
|
1460
|
+
"name": "`err_import_attribute_missing`",
|
|
1475
1461
|
"meta": {
|
|
1476
1462
|
"added": [
|
|
1477
1463
|
"v21.1.0"
|
|
1478
1464
|
],
|
|
1479
1465
|
"changes": []
|
|
1480
1466
|
},
|
|
1481
|
-
"desc": "<p>An import
|
|
1467
|
+
"desc": "<p>An import attribute is missing, preventing the specified module to be imported.</p>\n<p><a id=\"ERR_IMPORT_ATTRIBUTE_TYPE_INCOMPATIBLE\"></a></p>",
|
|
1482
1468
|
"type": "module",
|
|
1483
|
-
"displayName": "`
|
|
1469
|
+
"displayName": "`ERR_IMPORT_ATTRIBUTE_MISSING`"
|
|
1484
1470
|
},
|
|
1485
1471
|
{
|
|
1486
|
-
"textRaw": "`
|
|
1487
|
-
"name": "`
|
|
1472
|
+
"textRaw": "`ERR_IMPORT_ATTRIBUTE_TYPE_INCOMPATIBLE`",
|
|
1473
|
+
"name": "`err_import_attribute_type_incompatible`",
|
|
1488
1474
|
"meta": {
|
|
1489
1475
|
"added": [
|
|
1490
1476
|
"v21.1.0"
|
|
1491
1477
|
],
|
|
1492
1478
|
"changes": []
|
|
1493
1479
|
},
|
|
1494
|
-
"desc": "<p>An import attribute
|
|
1480
|
+
"desc": "<p>An import <code>type</code> attribute was provided, but the specified module is of a\ndifferent type.</p>\n<p><a id=\"ERR_IMPORT_ATTRIBUTE_UNSUPPORTED\"></a></p>",
|
|
1495
1481
|
"type": "module",
|
|
1496
|
-
"displayName": "`
|
|
1482
|
+
"displayName": "`ERR_IMPORT_ATTRIBUTE_TYPE_INCOMPATIBLE`"
|
|
1497
1483
|
},
|
|
1498
1484
|
{
|
|
1499
1485
|
"textRaw": "`ERR_IMPORT_ATTRIBUTE_UNSUPPORTED`",
|
|
@@ -1739,17 +1725,10 @@
|
|
|
1739
1725
|
{
|
|
1740
1726
|
"textRaw": "`ERR_INVALID_PACKAGE_TARGET`",
|
|
1741
1727
|
"name": "`err_invalid_package_target`",
|
|
1742
|
-
"desc": "<p>The <code>package.json</code> <a href=\"packages.html#exports\"><code>\"exports\"</code></a> field contains an invalid target mapping\nvalue for the attempted module resolution.</p>\n<p><a id=\"
|
|
1728
|
+
"desc": "<p>The <code>package.json</code> <a href=\"packages.html#exports\"><code>\"exports\"</code></a> field contains an invalid target mapping\nvalue for the attempted module resolution.</p>\n<p><a id=\"ERR_INVALID_PROTOCOL\"></a></p>",
|
|
1743
1729
|
"type": "module",
|
|
1744
1730
|
"displayName": "`ERR_INVALID_PACKAGE_TARGET`"
|
|
1745
1731
|
},
|
|
1746
|
-
{
|
|
1747
|
-
"textRaw": "`ERR_INVALID_PERFORMANCE_MARK`",
|
|
1748
|
-
"name": "`err_invalid_performance_mark`",
|
|
1749
|
-
"desc": "<p>While using the Performance Timing API (<code>perf_hooks</code>), a performance mark is\ninvalid.</p>\n<p><a id=\"ERR_INVALID_PROTOCOL\"></a></p>",
|
|
1750
|
-
"type": "module",
|
|
1751
|
-
"displayName": "`ERR_INVALID_PERFORMANCE_MARK`"
|
|
1752
|
-
},
|
|
1753
1732
|
{
|
|
1754
1733
|
"textRaw": "`ERR_INVALID_PROTOCOL`",
|
|
1755
1734
|
"name": "`err_invalid_protocol`",
|
|
@@ -1822,10 +1801,23 @@
|
|
|
1822
1801
|
{
|
|
1823
1802
|
"textRaw": "`ERR_INVALID_TUPLE`",
|
|
1824
1803
|
"name": "`err_invalid_tuple`",
|
|
1825
|
-
"desc": "<p>An element in the <code>iterable</code> provided to the <a href=\"url.html#the-whatwg-url-api\">WHATWG</a>\n<a href=\"url.html#new-urlsearchparamsiterable\"><code>URLSearchParams</code> constructor</a> did not\nrepresent a <code>[name, value]</code> tuple – that is, if an element is not iterable, or\ndoes not consist of exactly two elements.</p>\n<p><a id=\"
|
|
1804
|
+
"desc": "<p>An element in the <code>iterable</code> provided to the <a href=\"url.html#the-whatwg-url-api\">WHATWG</a>\n<a href=\"url.html#new-urlsearchparamsiterable\"><code>URLSearchParams</code> constructor</a> did not\nrepresent a <code>[name, value]</code> tuple – that is, if an element is not iterable, or\ndoes not consist of exactly two elements.</p>\n<p><a id=\"ERR_INVALID_TYPESCRIPT_SYNTAX\"></a></p>",
|
|
1826
1805
|
"type": "module",
|
|
1827
1806
|
"displayName": "`ERR_INVALID_TUPLE`"
|
|
1828
1807
|
},
|
|
1808
|
+
{
|
|
1809
|
+
"textRaw": "`ERR_INVALID_TYPESCRIPT_SYNTAX`",
|
|
1810
|
+
"name": "`err_invalid_typescript_syntax`",
|
|
1811
|
+
"meta": {
|
|
1812
|
+
"added": [
|
|
1813
|
+
"v23.0.0"
|
|
1814
|
+
],
|
|
1815
|
+
"changes": []
|
|
1816
|
+
},
|
|
1817
|
+
"desc": "<p>The provided TypeScript syntax is not valid or unsupported.\nThis could happen when using TypeScript syntax that requires\ntransformation with <a href=\"typescript.html#type-stripping\">type-stripping</a>.</p>\n<p><a id=\"ERR_INVALID_URI\"></a></p>",
|
|
1818
|
+
"type": "module",
|
|
1819
|
+
"displayName": "`ERR_INVALID_TYPESCRIPT_SYNTAX`"
|
|
1820
|
+
},
|
|
1829
1821
|
{
|
|
1830
1822
|
"textRaw": "`ERR_INVALID_URI`",
|
|
1831
1823
|
"name": "`err_invalid_uri`",
|
|
@@ -1997,23 +1989,16 @@
|
|
|
1997
1989
|
{
|
|
1998
1990
|
"textRaw": "`ERR_NAPI_TSFN_GET_UNDEFINED`",
|
|
1999
1991
|
"name": "`err_napi_tsfn_get_undefined`",
|
|
2000
|
-
"desc": "<p>An error occurred while attempting to retrieve the JavaScript <code>undefined</code>\nvalue.</p>\n<p><a id=\"
|
|
1992
|
+
"desc": "<p>An error occurred while attempting to retrieve the JavaScript <code>undefined</code>\nvalue.</p>\n<p><a id=\"ERR_NON_CONTEXT_AWARE_DISABLED\"></a></p>",
|
|
2001
1993
|
"type": "module",
|
|
2002
1994
|
"displayName": "`ERR_NAPI_TSFN_GET_UNDEFINED`"
|
|
2003
1995
|
},
|
|
2004
1996
|
{
|
|
2005
|
-
"textRaw": "`
|
|
2006
|
-
"name": "`
|
|
2007
|
-
"desc": "<p>
|
|
2008
|
-
"type": "module",
|
|
2009
|
-
"displayName": "`ERR_NAPI_TSFN_START_IDLE_LOOP`"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"textRaw": "`ERR_NAPI_TSFN_STOP_IDLE_LOOP`",
|
|
2013
|
-
"name": "`err_napi_tsfn_stop_idle_loop`",
|
|
2014
|
-
"desc": "<p>Once no more items are left in the queue, the idle loop must be suspended. This\nerror indicates that the idle loop has failed to stop.</p>\n<p><a id=\"ERR_NOT_BUILDING_SNAPSHOT\"></a></p>",
|
|
1997
|
+
"textRaw": "`ERR_NON_CONTEXT_AWARE_DISABLED`",
|
|
1998
|
+
"name": "`err_non_context_aware_disabled`",
|
|
1999
|
+
"desc": "<p>A non-context-aware native addon was loaded in a process that disallows them.</p>\n<p><a id=\"ERR_NOT_BUILDING_SNAPSHOT\"></a></p>",
|
|
2015
2000
|
"type": "module",
|
|
2016
|
-
"displayName": "`
|
|
2001
|
+
"displayName": "`ERR_NON_CONTEXT_AWARE_DISABLED`"
|
|
2017
2002
|
},
|
|
2018
2003
|
{
|
|
2019
2004
|
"textRaw": "`ERR_NOT_BUILDING_SNAPSHOT`",
|
|
@@ -2053,16 +2038,35 @@
|
|
|
2053
2038
|
{
|
|
2054
2039
|
"textRaw": "`ERR_NO_ICU`",
|
|
2055
2040
|
"name": "`err_no_icu`",
|
|
2056
|
-
"desc": "<p>An attempt was made to use features that require <a href=\"intl.html#internationalization-support\">ICU</a>, but Node.js was not\ncompiled with ICU support.</p>\n<p><a id=\"
|
|
2041
|
+
"desc": "<p>An attempt was made to use features that require <a href=\"intl.html#internationalization-support\">ICU</a>, but Node.js was not\ncompiled with ICU support.</p>\n<p><a id=\"ERR_NO_TYPESCRIPT\"></a></p>",
|
|
2057
2042
|
"type": "module",
|
|
2058
2043
|
"displayName": "`ERR_NO_ICU`"
|
|
2059
2044
|
},
|
|
2060
2045
|
{
|
|
2061
|
-
"textRaw": "`
|
|
2062
|
-
"name": "`
|
|
2063
|
-
"
|
|
2046
|
+
"textRaw": "`ERR_NO_TYPESCRIPT`",
|
|
2047
|
+
"name": "`err_no_typescript`",
|
|
2048
|
+
"meta": {
|
|
2049
|
+
"added": [
|
|
2050
|
+
"v23.0.0"
|
|
2051
|
+
],
|
|
2052
|
+
"changes": []
|
|
2053
|
+
},
|
|
2054
|
+
"desc": "<p>An attempt was made to use features that require <a href=\"typescript.html#type-stripping\">Native TypeScript support</a>, but Node.js was not\ncompiled with TypeScript support.</p>\n<p><a id=\"ERR_OPERATION_FAILED\"></a></p>",
|
|
2064
2055
|
"type": "module",
|
|
2065
|
-
"displayName": "`
|
|
2056
|
+
"displayName": "`ERR_NO_TYPESCRIPT`"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"textRaw": "`ERR_OPERATION_FAILED`",
|
|
2060
|
+
"name": "`err_operation_failed`",
|
|
2061
|
+
"meta": {
|
|
2062
|
+
"added": [
|
|
2063
|
+
"v15.0.0"
|
|
2064
|
+
],
|
|
2065
|
+
"changes": []
|
|
2066
|
+
},
|
|
2067
|
+
"desc": "<p>An operation failed. This is typically used to signal the general failure\nof an asynchronous operation.</p>\n<p><a id=\"ERR_OUT_OF_RANGE\"></a></p>",
|
|
2068
|
+
"type": "module",
|
|
2069
|
+
"displayName": "`ERR_OPERATION_FAILED`"
|
|
2066
2070
|
},
|
|
2067
2071
|
{
|
|
2068
2072
|
"textRaw": "`ERR_OUT_OF_RANGE`",
|
|
@@ -2144,34 +2148,88 @@
|
|
|
2144
2148
|
{
|
|
2145
2149
|
"textRaw": "`ERR_PROTO_ACCESS`",
|
|
2146
2150
|
"name": "`err_proto_access`",
|
|
2147
|
-
"desc": "<p>Accessing <code>Object.prototype.__proto__</code> has been forbidden using\n<a href=\"cli.html#--disable-protomode\"><code>--disable-proto=throw</code></a>. <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf\"><code>Object.getPrototypeOf</code></a> and\n<a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf\"><code>Object.setPrototypeOf</code></a> should be used to get and set the prototype of an\nobject.</p>\n<p><a id=\"
|
|
2151
|
+
"desc": "<p>Accessing <code>Object.prototype.__proto__</code> has been forbidden using\n<a href=\"cli.html#--disable-protomode\"><code>--disable-proto=throw</code></a>. <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf\"><code>Object.getPrototypeOf</code></a> and\n<a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf\"><code>Object.setPrototypeOf</code></a> should be used to get and set the prototype of an\nobject.</p>\n<p><a id=\"ERR_QUIC_CONNECTION_FAILED\"></a></p>",
|
|
2148
2152
|
"type": "module",
|
|
2149
2153
|
"displayName": "`ERR_PROTO_ACCESS`"
|
|
2150
2154
|
},
|
|
2151
2155
|
{
|
|
2152
|
-
"textRaw": "`
|
|
2153
|
-
"name": "`
|
|
2154
|
-
"
|
|
2156
|
+
"textRaw": "`ERR_QUIC_CONNECTION_FAILED`",
|
|
2157
|
+
"name": "`err_quic_connection_failed`",
|
|
2158
|
+
"meta": {
|
|
2159
|
+
"added": [
|
|
2160
|
+
"v23.0.0"
|
|
2161
|
+
],
|
|
2162
|
+
"changes": []
|
|
2163
|
+
},
|
|
2164
|
+
"stability": 1,
|
|
2155
2165
|
"stabilityText": "Experimental",
|
|
2156
|
-
"desc": "<p>
|
|
2166
|
+
"desc": "<p>Establishing a QUIC connection failed.</p>\n<p><a id=\"ERR_QUIC_ENDPOINT_CLOSED\"></a></p>",
|
|
2157
2167
|
"type": "module",
|
|
2158
|
-
"displayName": "`
|
|
2168
|
+
"displayName": "`ERR_QUIC_CONNECTION_FAILED`"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"textRaw": "`ERR_QUIC_ENDPOINT_CLOSED`",
|
|
2172
|
+
"name": "`err_quic_endpoint_closed`",
|
|
2173
|
+
"meta": {
|
|
2174
|
+
"added": [
|
|
2175
|
+
"v23.0.0"
|
|
2176
|
+
],
|
|
2177
|
+
"changes": []
|
|
2178
|
+
},
|
|
2179
|
+
"stability": 1,
|
|
2180
|
+
"stabilityText": "Experimental",
|
|
2181
|
+
"desc": "<p>A QUIC Endpoint closed with an error.</p>\n<p><a id=\"ERR_QUIC_OPEN_STREAM_FAILED\"></a></p>",
|
|
2182
|
+
"type": "module",
|
|
2183
|
+
"displayName": "`ERR_QUIC_ENDPOINT_CLOSED`"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"textRaw": "`ERR_QUIC_OPEN_STREAM_FAILED`",
|
|
2187
|
+
"name": "`err_quic_open_stream_failed`",
|
|
2188
|
+
"meta": {
|
|
2189
|
+
"added": [
|
|
2190
|
+
"v23.0.0"
|
|
2191
|
+
],
|
|
2192
|
+
"changes": []
|
|
2193
|
+
},
|
|
2194
|
+
"stability": 1,
|
|
2195
|
+
"stabilityText": "Experimental",
|
|
2196
|
+
"desc": "<p>Opening a QUIC stream failed.</p>\n<p><a id=\"ERR_REQUIRE_ASYNC_MODULE\"></a></p>",
|
|
2197
|
+
"type": "module",
|
|
2198
|
+
"displayName": "`ERR_QUIC_OPEN_STREAM_FAILED`"
|
|
2159
2199
|
},
|
|
2160
2200
|
{
|
|
2161
2201
|
"textRaw": "`ERR_REQUIRE_ASYNC_MODULE`",
|
|
2162
2202
|
"name": "`err_require_async_module`",
|
|
2163
2203
|
"stability": 1,
|
|
2164
2204
|
"stabilityText": "Experimental",
|
|
2165
|
-
"desc": "<p>When trying to <code>require()</code> a <a href=\"esm.html\">ES Module</a
|
|
2205
|
+
"desc": "<p>When trying to <code>require()</code> a <a href=\"esm.html\">ES Module</a>, the module turns out to be asynchronous.\nThat is, it contains top-level await.</p>\n<p>To see where the top-level await is, use\n<code>--experimental-print-required-tla</code> (this would execute the modules\nbefore looking for the top-level awaits).</p>\n<p><a id=\"ERR_REQUIRE_CYCLE_MODULE\"></a></p>",
|
|
2166
2206
|
"type": "module",
|
|
2167
2207
|
"displayName": "`ERR_REQUIRE_ASYNC_MODULE`"
|
|
2168
2208
|
},
|
|
2169
2209
|
{
|
|
2170
|
-
"textRaw": "`
|
|
2171
|
-
"name": "`
|
|
2210
|
+
"textRaw": "`ERR_REQUIRE_CYCLE_MODULE`",
|
|
2211
|
+
"name": "`err_require_cycle_module`",
|
|
2172
2212
|
"stability": 1,
|
|
2173
2213
|
"stabilityText": "Experimental",
|
|
2174
|
-
"desc": "<p>
|
|
2214
|
+
"desc": "<p>When trying to <code>require()</code> a <a href=\"esm.html\">ES Module</a>, a CommonJS to ESM or ESM to CommonJS edge\nparticipates in an immediate cycle.\nThis is not allowed because ES Modules cannot be evaluated while they are\nalready being evaluated.</p>\n<p>To avoid the cycle, the <code>require()</code> call involved in a cycle should not happen\nat the top-level of either an ES Module (via <code>createRequire()</code>) or a CommonJS\nmodule, and should be done lazily in an inner function.</p>\n<p><a id=\"ERR_REQUIRE_ESM\"></a></p>",
|
|
2215
|
+
"type": "module",
|
|
2216
|
+
"displayName": "`ERR_REQUIRE_CYCLE_MODULE`"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"textRaw": "`ERR_REQUIRE_ESM`",
|
|
2220
|
+
"name": "`err_require_esm`",
|
|
2221
|
+
"meta": {
|
|
2222
|
+
"changes": [
|
|
2223
|
+
{
|
|
2224
|
+
"version": "v23.0.0",
|
|
2225
|
+
"pr-url": "https://github.com/nodejs/node/pull/55085",
|
|
2226
|
+
"description": "require() now supports loading synchronous ES modules by default."
|
|
2227
|
+
}
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
"stability": 0,
|
|
2231
|
+
"stabilityText": "Deprecated",
|
|
2232
|
+
"desc": "<p>An attempt was made to <code>require()</code> an <a href=\"esm.html\">ES Module</a>.</p>\n<p>This error has been deprecated since <code>require()</code> now supports loading synchronous\nES modules. When <code>require()</code> encounters an ES module that contains top-level\n<code>await</code>, it will throw <a href=\"#err_require_async_module\"><code>ERR_REQUIRE_ASYNC_MODULE</code></a> instead.</p>\n<p><a id=\"ERR_SCRIPT_EXECUTION_INTERRUPTED\"></a></p>",
|
|
2175
2233
|
"type": "module",
|
|
2176
2234
|
"displayName": "`ERR_REQUIRE_ESM`"
|
|
2177
2235
|
},
|
|
@@ -2290,10 +2348,24 @@
|
|
|
2290
2348
|
{
|
|
2291
2349
|
"textRaw": "`ERR_SOCKET_DGRAM_NOT_RUNNING`",
|
|
2292
2350
|
"name": "`err_socket_dgram_not_running`",
|
|
2293
|
-
"desc": "<p>A call was made and the UDP subsystem was not running.</p>\n<p><a id=\"
|
|
2351
|
+
"desc": "<p>A call was made and the UDP subsystem was not running.</p>\n<p><a id=\"ERR_SOURCE_MAP_CORRUPT\"></a></p>",
|
|
2294
2352
|
"type": "module",
|
|
2295
2353
|
"displayName": "`ERR_SOCKET_DGRAM_NOT_RUNNING`"
|
|
2296
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"textRaw": "`ERR_SOURCE_MAP_CORRUPT`",
|
|
2357
|
+
"name": "`err_source_map_corrupt`",
|
|
2358
|
+
"desc": "<p>The source map could not be parsed because it does not exist, or is corrupt.</p>\n<p><a id=\"ERR_SOURCE_MAP_MISSING_SOURCE\"></a></p>",
|
|
2359
|
+
"type": "module",
|
|
2360
|
+
"displayName": "`ERR_SOURCE_MAP_CORRUPT`"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"textRaw": "`ERR_SOURCE_MAP_MISSING_SOURCE`",
|
|
2364
|
+
"name": "`err_source_map_missing_source`",
|
|
2365
|
+
"desc": "<p>A file imported from a source map was not found.</p>\n<p><a id=\"ERR_SQLITE_ERROR\"></a></p>",
|
|
2366
|
+
"type": "module",
|
|
2367
|
+
"displayName": "`ERR_SOURCE_MAP_MISSING_SOURCE`"
|
|
2368
|
+
},
|
|
2297
2369
|
{
|
|
2298
2370
|
"textRaw": "`ERR_SQLITE_ERROR`",
|
|
2299
2371
|
"name": "`err_sqlite_error`",
|
|
@@ -2352,10 +2424,17 @@
|
|
|
2352
2424
|
{
|
|
2353
2425
|
"textRaw": "`ERR_STREAM_PUSH_AFTER_EOF`",
|
|
2354
2426
|
"name": "`err_stream_push_after_eof`",
|
|
2355
|
-
"desc": "<p>An attempt was made to call <a href=\"stream.html#readablepushchunk-encoding\"><code>stream.push()</code></a> after a <code>null</code>(EOF) had been\npushed to the stream.</p>\n<p><a id=\"
|
|
2427
|
+
"desc": "<p>An attempt was made to call <a href=\"stream.html#readablepushchunk-encoding\"><code>stream.push()</code></a> after a <code>null</code>(EOF) had been\npushed to the stream.</p>\n<p><a id=\"ERR_STREAM_UNABLE_TO_PIPE\"></a></p>",
|
|
2356
2428
|
"type": "module",
|
|
2357
2429
|
"displayName": "`ERR_STREAM_PUSH_AFTER_EOF`"
|
|
2358
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
"textRaw": "`ERR_STREAM_UNABLE_TO_PIPE`",
|
|
2433
|
+
"name": "`err_stream_unable_to_pipe`",
|
|
2434
|
+
"desc": "<p>An attempt was made to pipe to a closed or destroyed stream in a pipeline.</p>\n<p><a id=\"ERR_STREAM_UNSHIFT_AFTER_END_EVENT\"></a></p>",
|
|
2435
|
+
"type": "module",
|
|
2436
|
+
"displayName": "`ERR_STREAM_UNABLE_TO_PIPE`"
|
|
2437
|
+
},
|
|
2359
2438
|
{
|
|
2360
2439
|
"textRaw": "`ERR_STREAM_UNSHIFT_AFTER_END_EVENT`",
|
|
2361
2440
|
"name": "`err_stream_unshift_after_end_event`",
|
|
@@ -2512,16 +2591,16 @@
|
|
|
2512
2591
|
{
|
|
2513
2592
|
"textRaw": "`ERR_TLS_PROTOCOL_VERSION_CONFLICT`",
|
|
2514
2593
|
"name": "`err_tls_protocol_version_conflict`",
|
|
2515
|
-
"desc": "<p>Attempting to set a TLS protocol <code>minVersion</code> or <code>maxVersion</code> conflicts with an\nattempt to set the <code>secureProtocol</code> explicitly. Use one mechanism or the other.</p>\n<p><a id=\"
|
|
2594
|
+
"desc": "<p>Attempting to set a TLS protocol <code>minVersion</code> or <code>maxVersion</code> conflicts with an\nattempt to set the <code>secureProtocol</code> explicitly. Use one mechanism or the other.</p>\n<p><a id=\"ERR_TLS_PSK_SET_IDENTITY_HINT_FAILED\"></a></p>",
|
|
2516
2595
|
"type": "module",
|
|
2517
2596
|
"displayName": "`ERR_TLS_PROTOCOL_VERSION_CONFLICT`"
|
|
2518
2597
|
},
|
|
2519
2598
|
{
|
|
2520
|
-
"textRaw": "`
|
|
2521
|
-
"name": "`
|
|
2599
|
+
"textRaw": "`ERR_TLS_PSK_SET_IDENTITY_HINT_FAILED`",
|
|
2600
|
+
"name": "`err_tls_psk_set_identity_hint_failed`",
|
|
2522
2601
|
"desc": "<p>Failed to set PSK identity hint. Hint may be too long.</p>\n<p><a id=\"ERR_TLS_RENEGOTIATION_DISABLED\"></a></p>",
|
|
2523
2602
|
"type": "module",
|
|
2524
|
-
"displayName": "`
|
|
2603
|
+
"displayName": "`ERR_TLS_PSK_SET_IDENTITY_HINT_FAILED`"
|
|
2525
2604
|
},
|
|
2526
2605
|
{
|
|
2527
2606
|
"textRaw": "`ERR_TLS_RENEGOTIATION_DISABLED`",
|
|
@@ -2670,10 +2749,23 @@
|
|
|
2670
2749
|
{
|
|
2671
2750
|
"textRaw": "`ERR_UNSUPPORTED_ESM_URL_SCHEME`",
|
|
2672
2751
|
"name": "`err_unsupported_esm_url_scheme`",
|
|
2673
|
-
"desc": "<p><code>import</code> with URL schemes other than <code>file</code> and <code>data</code> is unsupported.</p>\n<p><a id=\"
|
|
2752
|
+
"desc": "<p><code>import</code> with URL schemes other than <code>file</code> and <code>data</code> is unsupported.</p>\n<p><a id=\"ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING\"></a></p>",
|
|
2674
2753
|
"type": "module",
|
|
2675
2754
|
"displayName": "`ERR_UNSUPPORTED_ESM_URL_SCHEME`"
|
|
2676
2755
|
},
|
|
2756
|
+
{
|
|
2757
|
+
"textRaw": "`ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING`",
|
|
2758
|
+
"name": "`err_unsupported_node_modules_type_stripping`",
|
|
2759
|
+
"meta": {
|
|
2760
|
+
"added": [
|
|
2761
|
+
"v22.6.0"
|
|
2762
|
+
],
|
|
2763
|
+
"changes": []
|
|
2764
|
+
},
|
|
2765
|
+
"desc": "<p>Type stripping is not supported for files descendent of a <code>node_modules</code> directory.</p>\n<p><a id=\"ERR_UNSUPPORTED_RESOLVE_REQUEST\"></a></p>",
|
|
2766
|
+
"type": "module",
|
|
2767
|
+
"displayName": "`ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING`"
|
|
2768
|
+
},
|
|
2677
2769
|
{
|
|
2678
2770
|
"textRaw": "`ERR_UNSUPPORTED_RESOLVE_REQUEST`",
|
|
2679
2771
|
"name": "`err_unsupported_resolve_request`",
|
|
@@ -2693,24 +2785,24 @@
|
|
|
2693
2785
|
{
|
|
2694
2786
|
"textRaw": "`ERR_VALID_PERFORMANCE_ENTRY_TYPE`",
|
|
2695
2787
|
"name": "`err_valid_performance_entry_type`",
|
|
2696
|
-
"desc": "<p>While using the Performance Timing API (<code>perf_hooks</code>), no valid performance\nentry types are found.</p>\n<p><a id=\"
|
|
2788
|
+
"desc": "<p>While using the Performance Timing API (<code>perf_hooks</code>), no valid performance\nentry types are found.</p>\n<p><a id=\"ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING\"></a></p>",
|
|
2697
2789
|
"type": "module",
|
|
2698
2790
|
"displayName": "`ERR_VALID_PERFORMANCE_ENTRY_TYPE`"
|
|
2699
2791
|
},
|
|
2700
|
-
{
|
|
2701
|
-
"textRaw": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG`",
|
|
2702
|
-
"name": "`err_vm_dynamic_import_callback_missing_flag`",
|
|
2703
|
-
"desc": "<p>A dynamic import callback was invoked without <code>--experimental-vm-modules</code>.</p>\n<p><a id=\"ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING\"></a></p>",
|
|
2704
|
-
"type": "module",
|
|
2705
|
-
"displayName": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG`"
|
|
2706
|
-
},
|
|
2707
2792
|
{
|
|
2708
2793
|
"textRaw": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`",
|
|
2709
2794
|
"name": "`err_vm_dynamic_import_callback_missing`",
|
|
2710
|
-
"desc": "<p>A dynamic import callback was not specified.</p>\n<p><a id=\"
|
|
2795
|
+
"desc": "<p>A dynamic import callback was not specified.</p>\n<p><a id=\"ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG\"></a></p>",
|
|
2711
2796
|
"type": "module",
|
|
2712
2797
|
"displayName": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`"
|
|
2713
2798
|
},
|
|
2799
|
+
{
|
|
2800
|
+
"textRaw": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG`",
|
|
2801
|
+
"name": "`err_vm_dynamic_import_callback_missing_flag`",
|
|
2802
|
+
"desc": "<p>A dynamic import callback was invoked without <code>--experimental-vm-modules</code>.</p>\n<p><a id=\"ERR_VM_MODULE_ALREADY_LINKED\"></a></p>",
|
|
2803
|
+
"type": "module",
|
|
2804
|
+
"displayName": "`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG`"
|
|
2805
|
+
},
|
|
2714
2806
|
{
|
|
2715
2807
|
"textRaw": "`ERR_VM_MODULE_ALREADY_LINKED`",
|
|
2716
2808
|
"name": "`err_vm_module_already_linked`",
|
|
@@ -2797,31 +2889,10 @@
|
|
|
2797
2889
|
{
|
|
2798
2890
|
"textRaw": "`ERR_WORKER_INVALID_EXEC_ARGV`",
|
|
2799
2891
|
"name": "`err_worker_invalid_exec_argv`",
|
|
2800
|
-
"desc": "<p>The <code>execArgv</code> option passed to the <code>Worker</code> constructor contains\ninvalid flags.</p>\n<p><a id=\"
|
|
2892
|
+
"desc": "<p>The <code>execArgv</code> option passed to the <code>Worker</code> constructor contains\ninvalid flags.</p>\n<p><a id=\"ERR_WORKER_MESSAGING_ERRORED\"></a></p>",
|
|
2801
2893
|
"type": "module",
|
|
2802
2894
|
"displayName": "`ERR_WORKER_INVALID_EXEC_ARGV`"
|
|
2803
2895
|
},
|
|
2804
|
-
{
|
|
2805
|
-
"textRaw": "`ERR_WORKER_NOT_RUNNING`",
|
|
2806
|
-
"name": "`err_worker_not_running`",
|
|
2807
|
-
"desc": "<p>An operation failed because the <code>Worker</code> instance is not currently running.</p>\n<p><a id=\"ERR_WORKER_OUT_OF_MEMORY\"></a></p>",
|
|
2808
|
-
"type": "module",
|
|
2809
|
-
"displayName": "`ERR_WORKER_NOT_RUNNING`"
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"textRaw": "`ERR_WORKER_OUT_OF_MEMORY`",
|
|
2813
|
-
"name": "`err_worker_out_of_memory`",
|
|
2814
|
-
"desc": "<p>The <code>Worker</code> instance terminated because it reached its memory limit.</p>\n<p><a id=\"ERR_WORKER_PATH\"></a></p>",
|
|
2815
|
-
"type": "module",
|
|
2816
|
-
"displayName": "`ERR_WORKER_OUT_OF_MEMORY`"
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"textRaw": "`ERR_WORKER_PATH`",
|
|
2820
|
-
"name": "`err_worker_path`",
|
|
2821
|
-
"desc": "<p>The path for the main script of a worker is neither an absolute path\nnor a relative path starting with <code>./</code> or <code>../</code>.</p>\n<p><a id=\"ERR_WORKER_MESSAGING_ERRORED\"></a></p>",
|
|
2822
|
-
"type": "module",
|
|
2823
|
-
"displayName": "`ERR_WORKER_PATH`"
|
|
2824
|
-
},
|
|
2825
2896
|
{
|
|
2826
2897
|
"textRaw": "`ERR_WORKER_MESSAGING_ERRORED`",
|
|
2827
2898
|
"name": "`err_worker_messaging_errored`",
|
|
@@ -2878,10 +2949,31 @@
|
|
|
2878
2949
|
},
|
|
2879
2950
|
"stability": 1,
|
|
2880
2951
|
"stabilityText": ".1 - Active development",
|
|
2881
|
-
"desc": "<p>Sending a message via <a href=\"worker_threads.html#workerpostmessagetothreadthreadid-value-transferlist-timeout\"><code>postMessageToThread()</code></a> timed out.</p>\n<p><a id=\"
|
|
2952
|
+
"desc": "<p>Sending a message via <a href=\"worker_threads.html#workerpostmessagetothreadthreadid-value-transferlist-timeout\"><code>postMessageToThread()</code></a> timed out.</p>\n<p><a id=\"ERR_WORKER_NOT_RUNNING\"></a></p>",
|
|
2882
2953
|
"type": "module",
|
|
2883
2954
|
"displayName": "`ERR_WORKER_MESSAGING_TIMEOUT`"
|
|
2884
2955
|
},
|
|
2956
|
+
{
|
|
2957
|
+
"textRaw": "`ERR_WORKER_NOT_RUNNING`",
|
|
2958
|
+
"name": "`err_worker_not_running`",
|
|
2959
|
+
"desc": "<p>An operation failed because the <code>Worker</code> instance is not currently running.</p>\n<p><a id=\"ERR_WORKER_OUT_OF_MEMORY\"></a></p>",
|
|
2960
|
+
"type": "module",
|
|
2961
|
+
"displayName": "`ERR_WORKER_NOT_RUNNING`"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"textRaw": "`ERR_WORKER_OUT_OF_MEMORY`",
|
|
2965
|
+
"name": "`err_worker_out_of_memory`",
|
|
2966
|
+
"desc": "<p>The <code>Worker</code> instance terminated because it reached its memory limit.</p>\n<p><a id=\"ERR_WORKER_PATH\"></a></p>",
|
|
2967
|
+
"type": "module",
|
|
2968
|
+
"displayName": "`ERR_WORKER_OUT_OF_MEMORY`"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"textRaw": "`ERR_WORKER_PATH`",
|
|
2972
|
+
"name": "`err_worker_path`",
|
|
2973
|
+
"desc": "<p>The path for the main script of a worker is neither an absolute path\nnor a relative path starting with <code>./</code> or <code>../</code>.</p>\n<p><a id=\"ERR_WORKER_UNSERIALIZABLE_ERROR\"></a></p>",
|
|
2974
|
+
"type": "module",
|
|
2975
|
+
"displayName": "`ERR_WORKER_PATH`"
|
|
2976
|
+
},
|
|
2885
2977
|
{
|
|
2886
2978
|
"textRaw": "`ERR_WORKER_UNSERIALIZABLE_ERROR`",
|
|
2887
2979
|
"name": "`err_worker_unserializable_error`",
|
|
@@ -2899,10 +2991,25 @@
|
|
|
2899
2991
|
{
|
|
2900
2992
|
"textRaw": "`ERR_ZLIB_INITIALIZATION_FAILED`",
|
|
2901
2993
|
"name": "`err_zlib_initialization_failed`",
|
|
2902
|
-
"desc": "<p>Creation of a <a href=\"zlib.html\"><code>zlib</code></a> object failed due to incorrect configuration.</p>\n<p><a id=\"
|
|
2994
|
+
"desc": "<p>Creation of a <a href=\"zlib.html\"><code>zlib</code></a> object failed due to incorrect configuration.</p>\n<p><a id=\"HPE_CHUNK_EXTENSIONS_OVERFLOW\"></a></p>",
|
|
2903
2995
|
"type": "module",
|
|
2904
2996
|
"displayName": "`ERR_ZLIB_INITIALIZATION_FAILED`"
|
|
2905
2997
|
},
|
|
2998
|
+
{
|
|
2999
|
+
"textRaw": "`HPE_CHUNK_EXTENSIONS_OVERFLOW`",
|
|
3000
|
+
"name": "`hpe_chunk_extensions_overflow`",
|
|
3001
|
+
"meta": {
|
|
3002
|
+
"added": [
|
|
3003
|
+
"v21.6.2",
|
|
3004
|
+
"v20.11.1",
|
|
3005
|
+
"v18.19.1"
|
|
3006
|
+
],
|
|
3007
|
+
"changes": []
|
|
3008
|
+
},
|
|
3009
|
+
"desc": "<p>Too much data was received for a chunk extensions. In order to protect against\nmalicious or malconfigured clients, if more than 16 KiB of data is received\nthen an <code>Error</code> with this code will be emitted.</p>\n<p><a id=\"HPE_HEADER_OVERFLOW\"></a></p>",
|
|
3010
|
+
"type": "module",
|
|
3011
|
+
"displayName": "`HPE_CHUNK_EXTENSIONS_OVERFLOW`"
|
|
3012
|
+
},
|
|
2906
3013
|
{
|
|
2907
3014
|
"textRaw": "`HPE_HEADER_OVERFLOW`",
|
|
2908
3015
|
"name": "`hpe_header_overflow`",
|
|
@@ -2919,25 +3026,10 @@
|
|
|
2919
3026
|
}
|
|
2920
3027
|
]
|
|
2921
3028
|
},
|
|
2922
|
-
"desc": "<p>Too much HTTP header data was received. In order to protect against malicious or\nmalconfigured clients, if more than <code>maxHeaderSize</code> of HTTP header data is received then\nHTTP parsing will abort without a request or response object being created, and\nan <code>Error</code> with this code will be emitted.</p>\n<p><a id=\"
|
|
3029
|
+
"desc": "<p>Too much HTTP header data was received. In order to protect against malicious or\nmalconfigured clients, if more than <code>maxHeaderSize</code> of HTTP header data is received then\nHTTP parsing will abort without a request or response object being created, and\nan <code>Error</code> with this code will be emitted.</p>\n<p><a id=\"HPE_UNEXPECTED_CONTENT_LENGTH\"></a></p>",
|
|
2923
3030
|
"type": "module",
|
|
2924
3031
|
"displayName": "`HPE_HEADER_OVERFLOW`"
|
|
2925
3032
|
},
|
|
2926
|
-
{
|
|
2927
|
-
"textRaw": "`HPE_CHUNK_EXTENSIONS_OVERFLOW`",
|
|
2928
|
-
"name": "`hpe_chunk_extensions_overflow`",
|
|
2929
|
-
"meta": {
|
|
2930
|
-
"added": [
|
|
2931
|
-
"v21.6.2",
|
|
2932
|
-
"v20.11.1",
|
|
2933
|
-
"v18.19.1"
|
|
2934
|
-
],
|
|
2935
|
-
"changes": []
|
|
2936
|
-
},
|
|
2937
|
-
"desc": "<p>Too much data was received for a chunk extensions. In order to protect against\nmalicious or malconfigured clients, if more than 16 KiB of data is received\nthen an <code>Error</code> with this code will be emitted.</p>\n<p><a id=\"HPE_UNEXPECTED_CONTENT_LENGTH\"></a></p>",
|
|
2938
|
-
"type": "module",
|
|
2939
|
-
"displayName": "`HPE_CHUNK_EXTENSIONS_OVERFLOW`"
|
|
2940
|
-
},
|
|
2941
3033
|
{
|
|
2942
3034
|
"textRaw": "`HPE_UNEXPECTED_CONTENT_LENGTH`",
|
|
2943
3035
|
"name": "`hpe_unexpected_content_length`",
|
|
@@ -2984,10 +3076,23 @@
|
|
|
2984
3076
|
],
|
|
2985
3077
|
"changes": []
|
|
2986
3078
|
},
|
|
2987
|
-
"desc": "<p>The value passed to <code>postMessage()</code> contained an object that is not supported\nfor transferring.</p>\n<p><a id=\"
|
|
3079
|
+
"desc": "<p>The value passed to <code>postMessage()</code> contained an object that is not supported\nfor transferring.</p>\n<p><a id=\"ERR_CPU_USAGE\"></a></p>",
|
|
2988
3080
|
"type": "module",
|
|
2989
3081
|
"displayName": "`ERR_CANNOT_TRANSFER_OBJECT`"
|
|
2990
3082
|
},
|
|
3083
|
+
{
|
|
3084
|
+
"textRaw": "`ERR_CPU_USAGE`",
|
|
3085
|
+
"name": "`err_cpu_usage`",
|
|
3086
|
+
"meta": {
|
|
3087
|
+
"removed": [
|
|
3088
|
+
"v15.0.0"
|
|
3089
|
+
],
|
|
3090
|
+
"changes": []
|
|
3091
|
+
},
|
|
3092
|
+
"desc": "<p>The native call from <code>process.cpuUsage</code> could not be processed.</p>\n<p><a id=\"ERR_CRYPTO_HASH_DIGEST_NO_UTF16\"></a></p>",
|
|
3093
|
+
"type": "module",
|
|
3094
|
+
"displayName": "`ERR_CPU_USAGE`"
|
|
3095
|
+
},
|
|
2991
3096
|
{
|
|
2992
3097
|
"textRaw": "`ERR_CRYPTO_HASH_DIGEST_NO_UTF16`",
|
|
2993
3098
|
"name": "`err_crypto_hash_digest_no_utf16`",
|
|
@@ -3000,10 +3105,36 @@
|
|
|
3000
3105
|
],
|
|
3001
3106
|
"changes": []
|
|
3002
3107
|
},
|
|
3003
|
-
"desc": "<p>The UTF-16 encoding was used with <a href=\"crypto.html#hashdigestencoding\"><code>hash.digest()</code></a>. While the\n<code>hash.digest()</code> method does allow an <code>encoding</code> argument to be passed in,\ncausing the method to return a string rather than a <code>Buffer</code>, the UTF-16\nencoding (e.g. <code>ucs</code> or <code>utf16le</code>) is not supported.</p>\n<p><a id=\"
|
|
3108
|
+
"desc": "<p>The UTF-16 encoding was used with <a href=\"crypto.html#hashdigestencoding\"><code>hash.digest()</code></a>. While the\n<code>hash.digest()</code> method does allow an <code>encoding</code> argument to be passed in,\ncausing the method to return a string rather than a <code>Buffer</code>, the UTF-16\nencoding (e.g. <code>ucs</code> or <code>utf16le</code>) is not supported.</p>\n<p><a id=\"ERR_CRYPTO_SCRYPT_INVALID_PARAMETER\"></a></p>",
|
|
3004
3109
|
"type": "module",
|
|
3005
3110
|
"displayName": "`ERR_CRYPTO_HASH_DIGEST_NO_UTF16`"
|
|
3006
3111
|
},
|
|
3112
|
+
{
|
|
3113
|
+
"textRaw": "`ERR_CRYPTO_SCRYPT_INVALID_PARAMETER`",
|
|
3114
|
+
"name": "`err_crypto_scrypt_invalid_parameter`",
|
|
3115
|
+
"meta": {
|
|
3116
|
+
"removed": [
|
|
3117
|
+
"v23.0.0"
|
|
3118
|
+
],
|
|
3119
|
+
"changes": []
|
|
3120
|
+
},
|
|
3121
|
+
"desc": "<p>An incompatible combination of options was passed to <a href=\"crypto.html#cryptoscryptpassword-salt-keylen-options-callback\"><code>crypto.scrypt()</code></a> or\n<a href=\"crypto.html#cryptoscryptsyncpassword-salt-keylen-options\"><code>crypto.scryptSync()</code></a>. New versions of Node.js use the error code\n<a href=\"#err_incompatible_option_pair\"><code>ERR_INCOMPATIBLE_OPTION_PAIR</code></a> instead, which is consistent with other APIs.</p>\n<p><a id=\"ERR_FS_INVALID_SYMLINK_TYPE\"></a></p>",
|
|
3122
|
+
"type": "module",
|
|
3123
|
+
"displayName": "`ERR_CRYPTO_SCRYPT_INVALID_PARAMETER`"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"textRaw": "`ERR_FS_INVALID_SYMLINK_TYPE`",
|
|
3127
|
+
"name": "`err_fs_invalid_symlink_type`",
|
|
3128
|
+
"meta": {
|
|
3129
|
+
"removed": [
|
|
3130
|
+
"v23.0.0"
|
|
3131
|
+
],
|
|
3132
|
+
"changes": []
|
|
3133
|
+
},
|
|
3134
|
+
"desc": "<p>An invalid symlink type was passed to the <a href=\"fs.html#fssymlinktarget-path-type-callback\"><code>fs.symlink()</code></a> or\n<a href=\"fs.html#fssymlinksynctarget-path-type\"><code>fs.symlinkSync()</code></a> methods.</p>\n<p><a id=\"ERR_HTTP2_FRAME_ERROR\"></a></p>",
|
|
3135
|
+
"type": "module",
|
|
3136
|
+
"displayName": "`ERR_FS_INVALID_SYMLINK_TYPE`"
|
|
3137
|
+
},
|
|
3007
3138
|
{
|
|
3008
3139
|
"textRaw": "`ERR_HTTP2_FRAME_ERROR`",
|
|
3009
3140
|
"name": "`err_http2_frame_error`",
|
|
@@ -3096,127 +3227,143 @@
|
|
|
3096
3227
|
],
|
|
3097
3228
|
"changes": []
|
|
3098
3229
|
},
|
|
3099
|
-
"desc": "<p>Used when an invalid character is found in an HTTP response status message\n(reason phrase).</p>\n<p><a id=\"
|
|
3230
|
+
"desc": "<p>Used when an invalid character is found in an HTTP response status message\n(reason phrase).</p>\n<p><a id=\"ERR_IMPORT_ASSERTION_TYPE_FAILED\"></a></p>",
|
|
3100
3231
|
"type": "module",
|
|
3101
3232
|
"displayName": "`ERR_HTTP_INVALID_CHAR`"
|
|
3102
3233
|
},
|
|
3103
3234
|
{
|
|
3104
|
-
"textRaw": "`
|
|
3105
|
-
"name": "`
|
|
3235
|
+
"textRaw": "`ERR_IMPORT_ASSERTION_TYPE_FAILED`",
|
|
3236
|
+
"name": "`err_import_assertion_type_failed`",
|
|
3106
3237
|
"meta": {
|
|
3107
3238
|
"added": [
|
|
3108
|
-
"
|
|
3239
|
+
"v17.1.0",
|
|
3240
|
+
"v16.14.0"
|
|
3109
3241
|
],
|
|
3110
3242
|
"removed": [
|
|
3111
|
-
"
|
|
3243
|
+
"v21.1.0"
|
|
3112
3244
|
],
|
|
3113
3245
|
"changes": []
|
|
3114
3246
|
},
|
|
3115
|
-
"desc": "<p>
|
|
3247
|
+
"desc": "<p>An import assertion has failed, preventing the specified module to be imported.</p>\n<p><a id=\"ERR_IMPORT_ASSERTION_TYPE_MISSING\"></a></p>",
|
|
3116
3248
|
"type": "module",
|
|
3117
|
-
"displayName": "`
|
|
3249
|
+
"displayName": "`ERR_IMPORT_ASSERTION_TYPE_FAILED`"
|
|
3118
3250
|
},
|
|
3119
3251
|
{
|
|
3120
|
-
"textRaw": "`
|
|
3121
|
-
"name": "`
|
|
3252
|
+
"textRaw": "`ERR_IMPORT_ASSERTION_TYPE_MISSING`",
|
|
3253
|
+
"name": "`err_import_assertion_type_missing`",
|
|
3122
3254
|
"meta": {
|
|
3123
3255
|
"added": [
|
|
3124
|
-
"
|
|
3256
|
+
"v17.1.0",
|
|
3257
|
+
"v16.14.0"
|
|
3125
3258
|
],
|
|
3126
3259
|
"removed": [
|
|
3127
|
-
"
|
|
3260
|
+
"v21.1.0"
|
|
3128
3261
|
],
|
|
3129
3262
|
"changes": []
|
|
3130
3263
|
},
|
|
3131
|
-
"desc": "<p>An
|
|
3264
|
+
"desc": "<p>An import assertion is missing, preventing the specified module to be imported.</p>\n<p><a id=\"ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED\"></a></p>",
|
|
3132
3265
|
"type": "module",
|
|
3133
|
-
"displayName": "`
|
|
3266
|
+
"displayName": "`ERR_IMPORT_ASSERTION_TYPE_MISSING`"
|
|
3134
3267
|
},
|
|
3135
3268
|
{
|
|
3136
|
-
"textRaw": "`
|
|
3137
|
-
"name": "`
|
|
3269
|
+
"textRaw": "`ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED`",
|
|
3270
|
+
"name": "`err_import_assertion_type_unsupported`",
|
|
3138
3271
|
"meta": {
|
|
3139
3272
|
"added": [
|
|
3140
|
-
"
|
|
3273
|
+
"v17.1.0",
|
|
3274
|
+
"v16.14.0"
|
|
3141
3275
|
],
|
|
3142
3276
|
"removed": [
|
|
3143
|
-
"
|
|
3277
|
+
"v21.1.0"
|
|
3144
3278
|
],
|
|
3145
3279
|
"changes": []
|
|
3146
3280
|
},
|
|
3147
|
-
"desc": "<p>An
|
|
3281
|
+
"desc": "<p>An import attribute is not supported by this version of Node.js.</p>\n<p><a id=\"ERR_INDEX_OUT_OF_RANGE\"></a></p>",
|
|
3148
3282
|
"type": "module",
|
|
3149
|
-
"displayName": "`
|
|
3283
|
+
"displayName": "`ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED`"
|
|
3150
3284
|
},
|
|
3151
3285
|
{
|
|
3152
|
-
"textRaw": "`
|
|
3153
|
-
"name": "`
|
|
3286
|
+
"textRaw": "`ERR_INDEX_OUT_OF_RANGE`",
|
|
3287
|
+
"name": "`err_index_out_of_range`",
|
|
3154
3288
|
"meta": {
|
|
3289
|
+
"added": [
|
|
3290
|
+
"v10.0.0"
|
|
3291
|
+
],
|
|
3155
3292
|
"removed": [
|
|
3156
|
-
"
|
|
3293
|
+
"v11.0.0"
|
|
3157
3294
|
],
|
|
3158
|
-
"changes": [
|
|
3159
|
-
{
|
|
3160
|
-
"version": "v21.0.0",
|
|
3161
|
-
"pr-url": "https://github.com/nodejs/node/pull/47839",
|
|
3162
|
-
"description": "A `DOMException` is thrown instead."
|
|
3163
|
-
}
|
|
3164
|
-
]
|
|
3295
|
+
"changes": []
|
|
3165
3296
|
},
|
|
3166
|
-
"desc": "<p>
|
|
3297
|
+
"desc": "<p>A given index was out of the accepted range (e.g. negative offsets).</p>\n<p><a id=\"ERR_INVALID_OPT_VALUE\"></a></p>",
|
|
3167
3298
|
"type": "module",
|
|
3168
|
-
"displayName": "`
|
|
3299
|
+
"displayName": "`ERR_INDEX_OUT_OF_RANGE`"
|
|
3169
3300
|
},
|
|
3170
3301
|
{
|
|
3171
|
-
"textRaw": "`
|
|
3172
|
-
"name": "`
|
|
3302
|
+
"textRaw": "`ERR_INVALID_OPT_VALUE`",
|
|
3303
|
+
"name": "`err_invalid_opt_value`",
|
|
3173
3304
|
"meta": {
|
|
3174
3305
|
"added": [
|
|
3175
|
-
"
|
|
3176
|
-
"v16.14.0"
|
|
3306
|
+
"v8.0.0"
|
|
3177
3307
|
],
|
|
3178
3308
|
"removed": [
|
|
3179
|
-
"
|
|
3309
|
+
"v15.0.0"
|
|
3180
3310
|
],
|
|
3181
3311
|
"changes": []
|
|
3182
3312
|
},
|
|
3183
|
-
"desc": "<p>An
|
|
3313
|
+
"desc": "<p>An invalid or unexpected value was passed in an options object.</p>\n<p><a id=\"ERR_INVALID_OPT_VALUE_ENCODING\"></a></p>",
|
|
3184
3314
|
"type": "module",
|
|
3185
|
-
"displayName": "`
|
|
3315
|
+
"displayName": "`ERR_INVALID_OPT_VALUE`"
|
|
3186
3316
|
},
|
|
3187
3317
|
{
|
|
3188
|
-
"textRaw": "`
|
|
3189
|
-
"name": "`
|
|
3318
|
+
"textRaw": "`ERR_INVALID_OPT_VALUE_ENCODING`",
|
|
3319
|
+
"name": "`err_invalid_opt_value_encoding`",
|
|
3190
3320
|
"meta": {
|
|
3191
3321
|
"added": [
|
|
3192
|
-
"
|
|
3193
|
-
"v16.14.0"
|
|
3322
|
+
"v9.0.0"
|
|
3194
3323
|
],
|
|
3195
3324
|
"removed": [
|
|
3196
|
-
"
|
|
3325
|
+
"v15.0.0"
|
|
3197
3326
|
],
|
|
3198
3327
|
"changes": []
|
|
3199
3328
|
},
|
|
3200
|
-
"desc": "<p>An
|
|
3329
|
+
"desc": "<p>An invalid or unknown file encoding was passed.</p>\n<p><a id=\"ERR_INVALID_PERFORMANCE_MARK\"></a></p>",
|
|
3201
3330
|
"type": "module",
|
|
3202
|
-
"displayName": "`
|
|
3331
|
+
"displayName": "`ERR_INVALID_OPT_VALUE_ENCODING`"
|
|
3203
3332
|
},
|
|
3204
3333
|
{
|
|
3205
|
-
"textRaw": "`
|
|
3206
|
-
"name": "`
|
|
3334
|
+
"textRaw": "`ERR_INVALID_PERFORMANCE_MARK`",
|
|
3335
|
+
"name": "`err_invalid_performance_mark`",
|
|
3207
3336
|
"meta": {
|
|
3208
3337
|
"added": [
|
|
3209
|
-
"
|
|
3210
|
-
"v16.14.0"
|
|
3338
|
+
"v8.5.0"
|
|
3211
3339
|
],
|
|
3212
3340
|
"removed": [
|
|
3213
|
-
"
|
|
3341
|
+
"v16.7.0"
|
|
3214
3342
|
],
|
|
3215
3343
|
"changes": []
|
|
3216
3344
|
},
|
|
3217
|
-
"desc": "<p>
|
|
3345
|
+
"desc": "<p>While using the Performance Timing API (<code>perf_hooks</code>), a performance mark is\ninvalid.</p>\n<p><a id=\"ERR_INVALID_TRANSFER_OBJECT\"></a></p>",
|
|
3218
3346
|
"type": "module",
|
|
3219
|
-
"displayName": "`
|
|
3347
|
+
"displayName": "`ERR_INVALID_PERFORMANCE_MARK`"
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"textRaw": "`ERR_INVALID_TRANSFER_OBJECT`",
|
|
3351
|
+
"name": "`err_invalid_transfer_object`",
|
|
3352
|
+
"meta": {
|
|
3353
|
+
"removed": [
|
|
3354
|
+
"v21.0.0"
|
|
3355
|
+
],
|
|
3356
|
+
"changes": [
|
|
3357
|
+
{
|
|
3358
|
+
"version": "v21.0.0",
|
|
3359
|
+
"pr-url": "https://github.com/nodejs/node/pull/47839",
|
|
3360
|
+
"description": "A `DOMException` is thrown instead."
|
|
3361
|
+
}
|
|
3362
|
+
]
|
|
3363
|
+
},
|
|
3364
|
+
"desc": "<p>An invalid transfer object was passed to <code>postMessage()</code>.</p>\n<p><a id=\"ERR_MANIFEST_ASSERT_INTEGRITY\"></a></p>",
|
|
3365
|
+
"type": "module",
|
|
3366
|
+
"displayName": "`ERR_INVALID_TRANSFER_OBJECT`"
|
|
3220
3367
|
},
|
|
3221
3368
|
{
|
|
3222
3369
|
"textRaw": "`ERR_MANIFEST_ASSERT_INTEGRITY`",
|
|
@@ -3369,29 +3516,52 @@
|
|
|
3369
3516
|
],
|
|
3370
3517
|
"changes": []
|
|
3371
3518
|
},
|
|
3372
|
-
"desc": "<p>Used by the <code>Node-API</code> when <code>Constructor.prototype</code> is not an object.</p>\n<p><a id=\"
|
|
3519
|
+
"desc": "<p>Used by the <code>Node-API</code> when <code>Constructor.prototype</code> is not an object.</p>\n<p><a id=\"ERR_NAPI_TSFN_START_IDLE_LOOP\"></a></p>",
|
|
3373
3520
|
"type": "module",
|
|
3374
3521
|
"displayName": "`ERR_NAPI_CONS_PROTOTYPE_OBJECT`"
|
|
3375
3522
|
},
|
|
3376
3523
|
{
|
|
3377
|
-
"textRaw": "`
|
|
3378
|
-
"name": "`
|
|
3379
|
-
"
|
|
3524
|
+
"textRaw": "`ERR_NAPI_TSFN_START_IDLE_LOOP`",
|
|
3525
|
+
"name": "`err_napi_tsfn_start_idle_loop`",
|
|
3526
|
+
"meta": {
|
|
3527
|
+
"added": [
|
|
3528
|
+
"v10.6.0",
|
|
3529
|
+
"v8.16.0"
|
|
3530
|
+
],
|
|
3531
|
+
"removed": [
|
|
3532
|
+
"v14.2.0",
|
|
3533
|
+
"v12.17.0"
|
|
3534
|
+
],
|
|
3535
|
+
"changes": []
|
|
3536
|
+
},
|
|
3537
|
+
"desc": "<p>On the main thread, values are removed from the queue associated with the\nthread-safe function in an idle loop. This error indicates that an error\nhas occurred when attempting to start the loop.</p>\n<p><a id=\"ERR_NAPI_TSFN_STOP_IDLE_LOOP\"></a></p>",
|
|
3380
3538
|
"type": "module",
|
|
3381
|
-
"displayName": "`
|
|
3539
|
+
"displayName": "`ERR_NAPI_TSFN_START_IDLE_LOOP`"
|
|
3382
3540
|
},
|
|
3383
3541
|
{
|
|
3384
|
-
"textRaw": "`
|
|
3385
|
-
"name": "`
|
|
3542
|
+
"textRaw": "`ERR_NAPI_TSFN_STOP_IDLE_LOOP`",
|
|
3543
|
+
"name": "`err_napi_tsfn_stop_idle_loop`",
|
|
3386
3544
|
"meta": {
|
|
3387
3545
|
"added": [
|
|
3388
|
-
"
|
|
3546
|
+
"v10.6.0",
|
|
3547
|
+
"v8.16.0"
|
|
3548
|
+
],
|
|
3549
|
+
"removed": [
|
|
3550
|
+
"v14.2.0",
|
|
3551
|
+
"v12.17.0"
|
|
3389
3552
|
],
|
|
3390
3553
|
"changes": []
|
|
3391
3554
|
},
|
|
3392
|
-
"desc": "<p>
|
|
3555
|
+
"desc": "<p>Once no more items are left in the queue, the idle loop must be suspended. This\nerror indicates that the idle loop has failed to stop.</p>\n<p><a id=\"ERR_NO_LONGER_SUPPORTED\"></a></p>",
|
|
3393
3556
|
"type": "module",
|
|
3394
|
-
"displayName": "`
|
|
3557
|
+
"displayName": "`ERR_NAPI_TSFN_STOP_IDLE_LOOP`"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"textRaw": "`ERR_NO_LONGER_SUPPORTED`",
|
|
3561
|
+
"name": "`err_no_longer_supported`",
|
|
3562
|
+
"desc": "<p>A Node.js API was called in an unsupported manner, such as\n<code>Buffer.write(string, encoding, offset[, length])</code>.</p>\n<p><a id=\"ERR_OUTOFMEMORY\"></a></p>",
|
|
3563
|
+
"type": "module",
|
|
3564
|
+
"displayName": "`ERR_NO_LONGER_SUPPORTED`"
|
|
3395
3565
|
},
|
|
3396
3566
|
{
|
|
3397
3567
|
"textRaw": "`ERR_OUTOFMEMORY`",
|
|
@@ -3578,17 +3748,10 @@
|
|
|
3578
3748
|
],
|
|
3579
3749
|
"changes": []
|
|
3580
3750
|
},
|
|
3581
|
-
"desc": "<p>Used when a given value is out of the accepted range.</p>\n<p><a id=\"
|
|
3751
|
+
"desc": "<p>Used when a given value is out of the accepted range.</p>\n<p><a id=\"ERR_VM_MODULE_LINKING_ERRORED\"></a></p>",
|
|
3582
3752
|
"type": "module",
|
|
3583
3753
|
"displayName": "`ERR_VALUE_OUT_OF_RANGE`"
|
|
3584
3754
|
},
|
|
3585
|
-
{
|
|
3586
|
-
"textRaw": "`ERR_VM_MODULE_NOT_LINKED`",
|
|
3587
|
-
"name": "`err_vm_module_not_linked`",
|
|
3588
|
-
"desc": "<p>The module must be successfully linked before instantiation.</p>\n<p><a id=\"ERR_VM_MODULE_LINKING_ERRORED\"></a></p>",
|
|
3589
|
-
"type": "module",
|
|
3590
|
-
"displayName": "`ERR_VM_MODULE_NOT_LINKED`"
|
|
3591
|
-
},
|
|
3592
3755
|
{
|
|
3593
3756
|
"textRaw": "`ERR_VM_MODULE_LINKING_ERRORED`",
|
|
3594
3757
|
"name": "`err_vm_module_linking_errored`",
|
|
@@ -3602,10 +3765,17 @@
|
|
|
3602
3765
|
],
|
|
3603
3766
|
"changes": []
|
|
3604
3767
|
},
|
|
3605
|
-
"desc": "<p>The linker function returned a module for which linking has failed.</p>\n<p><a id=\"
|
|
3768
|
+
"desc": "<p>The linker function returned a module for which linking has failed.</p>\n<p><a id=\"ERR_VM_MODULE_NOT_LINKED\"></a></p>",
|
|
3606
3769
|
"type": "module",
|
|
3607
3770
|
"displayName": "`ERR_VM_MODULE_LINKING_ERRORED`"
|
|
3608
3771
|
},
|
|
3772
|
+
{
|
|
3773
|
+
"textRaw": "`ERR_VM_MODULE_NOT_LINKED`",
|
|
3774
|
+
"name": "`err_vm_module_not_linked`",
|
|
3775
|
+
"desc": "<p>The module must be successfully linked before instantiation.</p>\n<p><a id=\"ERR_WORKER_UNSUPPORTED_EXTENSION\"></a></p>",
|
|
3776
|
+
"type": "module",
|
|
3777
|
+
"displayName": "`ERR_VM_MODULE_NOT_LINKED`"
|
|
3778
|
+
},
|
|
3609
3779
|
{
|
|
3610
3780
|
"textRaw": "`ERR_WORKER_UNSUPPORTED_EXTENSION`",
|
|
3611
3781
|
"name": "`err_worker_unsupported_extension`",
|
|
@@ -3634,22 +3804,9 @@
|
|
|
3634
3804
|
],
|
|
3635
3805
|
"changes": []
|
|
3636
3806
|
},
|
|
3637
|
-
"desc": "<p>Used when an attempt is made to use a <code>zlib</code> object after it has already been\nclosed.</p>\n<p><a id=\"
|
|
3807
|
+
"desc": "<p>Used when an attempt is made to use a <code>zlib</code> object after it has already been\nclosed.</p>\n<p><a id=\"openssl-error-codes\"></a></p>",
|
|
3638
3808
|
"type": "module",
|
|
3639
3809
|
"displayName": "`ERR_ZLIB_BINDING_CLOSED`"
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"textRaw": "`ERR_CPU_USAGE`",
|
|
3643
|
-
"name": "`err_cpu_usage`",
|
|
3644
|
-
"meta": {
|
|
3645
|
-
"removed": [
|
|
3646
|
-
"v15.0.0"
|
|
3647
|
-
],
|
|
3648
|
-
"changes": []
|
|
3649
|
-
},
|
|
3650
|
-
"desc": "<p>The native call from <code>process.cpuUsage</code> could not be processed.</p>\n<p><a id=\"openssl-error-codes\"></a></p>",
|
|
3651
|
-
"type": "module",
|
|
3652
|
-
"displayName": "`ERR_CPU_USAGE`"
|
|
3653
3810
|
}
|
|
3654
3811
|
],
|
|
3655
3812
|
"type": "misc",
|
|
@@ -3911,22 +4068,9 @@
|
|
|
3911
4068
|
{
|
|
3912
4069
|
"textRaw": "`OUT_OF_MEM`",
|
|
3913
4070
|
"name": "`out_of_mem`",
|
|
3914
|
-
"desc": "<p>An error occurred trying to allocate memory. This should never happen.</p
|
|
4071
|
+
"desc": "<p>An error occurred trying to allocate memory. This should never happen.</p>",
|
|
3915
4072
|
"type": "module",
|
|
3916
4073
|
"displayName": "`OUT_OF_MEM`"
|
|
3917
|
-
},
|
|
3918
|
-
{
|
|
3919
|
-
"textRaw": "`ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING`",
|
|
3920
|
-
"name": "`err_unsupported_node_modules_type_stripping`",
|
|
3921
|
-
"meta": {
|
|
3922
|
-
"added": [
|
|
3923
|
-
"v22.6.0"
|
|
3924
|
-
],
|
|
3925
|
-
"changes": []
|
|
3926
|
-
},
|
|
3927
|
-
"desc": "<p>Type stripping is not supported for files descendent of a <code>node_modules</code> directory.</p>",
|
|
3928
|
-
"type": "module",
|
|
3929
|
-
"displayName": "`ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING`"
|
|
3930
4074
|
}
|
|
3931
4075
|
],
|
|
3932
4076
|
"type": "module",
|