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:
authorJames M Snell <jasnell@gmail.com>2020-10-03 00:10:55 +0300
committerJames M Snell <jasnell@gmail.com>2020-10-10 18:17:48 +0300
commit2310f679a1c200b8c4a35749703ce1e3429f65f5 (patch)
tree1272b6bc46d44fb9154b8af520fa2a561f729616 /doc/api/errors.md
parenteb322bbe7f8c893b3f513e411aaf7430d9596141 (diff)
src: move node_binding to modern THROW_ERR*
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/35469 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 1c98ce88fb4..9f12a9cba1a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -960,6 +960,14 @@ An unknown cipher was specified.
An unknown Diffie-Hellman group name was given. See
[`crypto.getDiffieHellman()`][] for a list of valid group names.
+<a id="ERR_DLOPEN_FAILED"></a>
+### `ERR_DLOPEN_FAILED`
+<!-- YAML
+added: REPLACEME
+-->
+
+A call to `process.dlopen()` failed.
+
<a id="ERR_DIR_CLOSED"></a>
### `ERR_DIR_CLOSED`
@@ -1502,6 +1510,15 @@ An invalid HTTP token was supplied.
An IP address is not valid.
+<a id="ERR_INVALID_MODULE"></a>
+### `ERR_INVALID_MODULE`
+<!-- YAML
+added: REPLACEME
+-->
+
+An attempt was made to load a module that does not exist or was otherwise not
+valid.
+
<a id="ERR_INVALID_MODULE_SPECIFIER"></a>
### `ERR_INVALID_MODULE_SPECIFIER`