aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Van Sande <sebastian@vansande.org>2017-02-10 21:23:52 +0100
committerTobias Nießen <tniessen@tnie.de>2017-06-15 17:07:45 +0200
commitde4a749788aa88b6f23f50eccb7a6752f6bb59b7 (patch)
treee0a2094a06bbcc49dddda621831ca2b1fc37fb12 /doc
parentc7323af131736b3df8db3f7d9d3bc270ef10b834 (diff)
downloadandroid-node-v8-de4a749788aa88b6f23f50eccb7a6752f6bb59b7.tar.gz
android-node-v8-de4a749788aa88b6f23f50eccb7a6752f6bb59b7.tar.bz2
android-node-v8-de4a749788aa88b6f23f50eccb7a6752f6bb59b7.zip
internal/util: use internal/errors.js
PR-URL: https://github.com/nodejs/node/pull/11301 Refs: https://github.com/nodejs/node/issues/11273 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <fhinkel@vt.edu> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 9138da3115..aef6580822 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -748,6 +748,12 @@ Used when data cannot be sent on a socket.
Used when a call is made and the UDP subsystem is not running.
+<a id="ERR_NO_CRYPTO"></a>
+### ERR_NO_CRYPTO
+
+Used when an attempt is made to use crypto features while Node.js is not
+compiled with OpenSSL crypto support.
+
<a id="ERR_STDERR_CLOSE"></a>
### ERR_STDERR_CLOSE