summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-10-26 22:04:07 -0700
committerJames M Snell <jasnell@gmail.com>2017-11-01 21:42:15 -0700
commit67c8511ea13b6def8c39042b10749a9b182feeac (patch)
tree48f7f844ca12764d55c1297ff9762f18b704bc5a /doc
parent94b2be7a96a5b50022ea523af069c96dfb559fe0 (diff)
downloadandroid-node-v8-67c8511ea13b6def8c39042b10749a9b182feeac.tar.gz
android-node-v8-67c8511ea13b6def8c39042b10749a9b182feeac.tar.bz2
android-node-v8-67c8511ea13b6def8c39042b10749a9b182feeac.zip
src: use internal/errors for startSigintWatchdog
Move the throw out of c++ and into js using internal/errors PR-URL: https://github.com/nodejs/node/pull/16546 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc')
-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 8805e5ec03..23817ef3d1 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -615,6 +615,11 @@ Used when attempting to perform an operation outside the bounds of a `Buffer`.
Used when an attempt has been made to create a `Buffer` larger than the
maximum allowed size.
+<a id="ERR_CANNOT_WATCH_SIGINT"></a>
+### ERR_CANNOT_WATCH_SIGINT
+
+Used when Node.js is unable to watch for the `SIGINT` signal.
+
<a id="ERR_CHILD_CLOSED_BEFORE_REPLY"></a>
### ERR_CHILD_CLOSED_BEFORE_REPLY