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:
authorGus Caplan <me@gus.host>2021-03-04 07:17:11 +0300
committerGus Caplan <me@gus.host>2021-03-09 19:12:53 +0300
commit853086fbaa9ca7c698c891fe32a3a42c985e743d (patch)
tree337891dd642b7785dbefa8c7bab1af32136f4d11 /doc/api/errors.md
parent16151bec081b55d8b2bb936f1f00207120a770db (diff)
src: add error formatting support
PR-URL: https://github.com/nodejs/node/pull/37598 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index ca3de99de9e..f0d78854703 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2323,6 +2323,11 @@ than the parent module. Linked modules must share the same context.
The linker function returned a module for which linking has failed.
+<a id="ERR_VM_MODULE_LINK_FAILURE"></a>
+### `ERR_VM_MODULE_LINK_FAILURE`
+
+The module was unable to be linked due to a failure.
+
<a id="ERR_VM_MODULE_NOT_MODULE"></a>
### `ERR_VM_MODULE_NOT_MODULE`