Skip to content

Commit 72d03cd

Browse files
Trottrichardlau
authored andcommitted
doc: remove duplicate error code entry
Fixes: #35029 PR-URL: #35031 Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 680782e commit 72d03cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/api/errors.md

-12
Original file line numberDiff line numberDiff line change
@@ -2441,18 +2441,6 @@ cannot be serialized.
24412441
This can only happen when native addons create `SharedArrayBuffer`s in
24422442
"externalized" mode, or put existing `SharedArrayBuffer` into externalized mode.
24432443

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-
24562444
<a id="ERR_UNKNOWN_STDIN_TYPE"></a>
24572445
### `ERR_UNKNOWN_STDIN_TYPE`
24582446
<!-- YAML

0 commit comments

Comments
 (0)