Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-03 16:58:56 +0300
committerRich Trott <rtrott@gmail.com>2020-09-05 16:57:10 +0300
commit5e99b628659eb6eb702a704a8b276e2d49476aa4 (patch)
tree05cb0bc9f028c01f998f033e7290dc0cc9492d25 /doc/api/errors.md
parent66f62b3cf910411462511069f06fea19065f31d7 (diff)
doc: remove duplicate error code entry
Fixes: https://github.com/nodejs/node/issues/35029 PR-URL: https://github.com/nodejs/node/pull/35031 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 52c5f12750c..e5b8a20e35a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2516,18 +2516,6 @@ cannot be serialized.
This can only happen when native addons create `SharedArrayBuffer`s in
"externalized" mode, or put existing `SharedArrayBuffer` into externalized mode.
-<a id="ERR_UNKNOWN_BUILTIN_MODULE"></a>
-### `ERR_UNKNOWN_BUILTIN_MODULE`
-<!-- YAML
-added: v8.0.0
-removed: v9.0.0
--->
-
-The `'ERR_UNKNOWN_BUILTIN_MODULE'` error code is used to identify a specific
-kind of internal Node.js error that should not typically be triggered by user
-code. Instances of this error point to an internal bug within the Node.js
-binary itself.
-
<a id="ERR_UNKNOWN_STDIN_TYPE"></a>
### `ERR_UNKNOWN_STDIN_TYPE`
<!-- YAML