summaryrefslogtreecommitdiff
path: root/doc/api/errors.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-02-21 15:50:50 -0500
committercjihrig <cjihrig@gmail.com>2019-02-26 16:44:34 -0500
commitd7a3c3cecc67f0ddb36734f305994981b1cf9ba2 (patch)
tree29a0e99be5b1c766a21db62b17afaffe4ee0af11 /doc/api/errors.md
parent907941d48e48a30b40a2ee73da4ccd974019fb6e (diff)
downloadnode-new-d7a3c3cecc67f0ddb36734f305994981b1cf9ba2.tar.gz
errors: add ERR_INSPECTOR_COMMAND error
This error is used to propagate errors returned from the inspector module's command system. PR-URL: https://github.com/nodejs/node/pull/26255 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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 ca2beef2dd..b9d2642149 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1159,6 +1159,11 @@ inspector was already connected.
While using the `inspector` module, an attempt was made to use the inspector
after the session had already closed.
+<a id="ERR_INSPECTOR_COMMAND"></a>
+### ERR_INSPECTOR_COMMAND
+
+An error occurred while issuing a command via the `inspector` module.
+
<a id="ERR_INSPECTOR_NOT_AVAILABLE"></a>
### ERR_INSPECTOR_NOT_AVAILABLE