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>2021-06-13 03:13:14 +0300
committerRich Trott <rtrott@gmail.com>2021-06-16 04:43:08 +0300
commit787cacc8695f681120f6b82551f9f045d5631cfc (patch)
tree2c9b3246f622d322af283f1c182f53fdb86aa35c /doc/api/errors.md
parentf4609bdf3fabdf441da6af17c2022565f4e18f9d (diff)
errors: add ERR_DEBUGGER_ERROR
PR-URL: https://github.com/nodejs/node/pull/39024 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index b15ba7c188f..73b0a2b1b55 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1007,6 +1007,14 @@ added: v15.0.0
An attempt to invoke an unsupported crypto operation was made.
+<a id="ERR_DEBUGGER_ERROR"></a>
+### `ERR_DEBUGGER_ERROR`
+<!-- YAML
+added: REPLACEME
+-->
+
+An error occurred with the [debugger][].
+
<a id="ERR_DLOPEN_FAILED"></a>
### `ERR_DLOPEN_FAILED`
<!-- YAML
@@ -2832,6 +2840,7 @@ The native call from `process.cpuUsage` could not be processed.
[`util.getSystemErrorName(error.errno)`]: util.md#util_util_getsystemerrorname_err
[`zlib`]: zlib.md
[crypto digest algorithm]: crypto.md#crypto_crypto_gethashes
+[debugger]: debugger.md
[define a custom subpath]: packages.md#packages_subpath_exports
[domains]: domain.md
[event emitter-based]: events.md#events_class_eventemitter