summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-08-23 15:20:54 -0700
committerJon Moss <me@jonathanmoss.me>2017-11-29 18:14:27 -0500
commitb1e6c0d44c075d8d3fee6c60fc92b90876700a30 (patch)
tree1bd45058115c8325d6468fa974223a272a75f63b /doc
parent59e48329d00cd91f6836cd91bcb8aca92acac1f6 (diff)
downloadandroid-node-v8-b1e6c0d44c075d8d3fee6c60fc92b90876700a30.tar.gz
android-node-v8-b1e6c0d44c075d8d3fee6c60fc92b90876700a30.tar.bz2
android-node-v8-b1e6c0d44c075d8d3fee6c60fc92b90876700a30.zip
errors, child_process: use internal/errors codes
PR-URL: https://github.com/nodejs/node/pull/14998 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 5856c12091..df38bf32a9 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -642,6 +642,17 @@ Node.js was unable to watch for the `SIGINT` signal.
A child process was closed before the parent received a reply.
+<a id="ERR_CHILD_PROCESS_IPC_REQUIRED"></a>
+### ERR_CHILD_PROCESS_IPC_REQUIRED
+
+Used when a child process is being forked without specifying an IPC channel.
+
+<a id="ERR_CHILD_PROCESS_STDIO_MAXBUFFER"></a>
+### ERR_CHILD_PROCESS_STDIO_MAXBUFFER
+
+Used when the main process is trying to read data from the child process's
+STDERR / STDOUT, and the data's length is longer than the `maxBuffer` option.
+
<a id="ERR_CONSOLE_WRITABLE_STREAM"></a>
### ERR_CONSOLE_WRITABLE_STREAM