We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680782e commit 72d03cdCopy full SHA for 72d03cd
doc/api/errors.md
@@ -2441,18 +2441,6 @@ cannot be serialized.
2441
This can only happen when native addons create `SharedArrayBuffer`s in
2442
"externalized" mode, or put existing `SharedArrayBuffer` into externalized mode.
2443
2444
-<a id="ERR_UNKNOWN_BUILTIN_MODULE"></a>
2445
-### `ERR_UNKNOWN_BUILTIN_MODULE`
2446
-<!-- YAML
2447
-added: v8.0.0
2448
-removed: v9.0.0
2449
--->
2450
-
2451
-The `'ERR_UNKNOWN_BUILTIN_MODULE'` error code is used to identify a specific
2452
-kind of internal Node.js error that should not typically be triggered by user
2453
-code. Instances of this error point to an internal bug within the Node.js
2454
-binary itself.
2455
2456
<a id="ERR_UNKNOWN_STDIN_TYPE"></a>
2457
### `ERR_UNKNOWN_STDIN_TYPE`
2458
<!-- YAML
0 commit comments