summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-10-26 17:09:30 -0700
committerJames M Snell <jasnell@gmail.com>2017-10-29 10:18:23 -0700
commit896eaf6820a0194fb2879c44c4dbcece29e616d3 (patch)
treea000b76e6e431a63edd4678cdf1578ca794cd2d9 /doc
parent1cdcab09f2a9cc010437129376983ac77c9afd7e (diff)
downloadandroid-node-v8-896eaf6820a0194fb2879c44c4dbcece29e616d3.tar.gz
android-node-v8-896eaf6820a0194fb2879c44c4dbcece29e616d3.tar.bz2
android-node-v8-896eaf6820a0194fb2879c44c4dbcece29e616d3.zip
zlib: finish migrating to internal/errors
PR-URL: https://github.com/nodejs/node/pull/16540 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@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 77da558371..82246fff70 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1474,6 +1474,11 @@ Used when a given value is out of the accepted range.
Used when an attempt is made to use a `zlib` object after it has already been
closed.
+<a id="ERR_ZLIB_INITIALIZATION_FAILED"></a>
+### ERR_ZLIB_INITIALIZATION_FAILED
+
+Used when creation of a [`zlib`][] object fails due to incorrect configuration.
+
[`--force-fips`]: cli.html#cli_force_fips
[`crypto.timingSafeEqual()`]: crypto.html#crypto_crypto_timingsafeequal_a_b
[`dgram.createSocket()`]: dgram.html#dgram_dgram_createsocket_options_callback
@@ -1515,3 +1520,4 @@ closed.
[try-catch]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch
[vm]: vm.html
[WHATWG Supported Encodings]: util.html#util_whatwg_supported_encodings
+[`zlib`]: zlib.html