summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2017-12-27 15:18:42 +0100
committerTobias Nießen <tniessen@tnie.de>2017-12-29 21:16:14 +0100
commita82b1b7b30d52cd6a3ea9f129cdc3d83e0370a34 (patch)
treed7c99660e53e43f6e00a7e23f945ace590837651 /doc
parent4117e22cf376b4ec188e15fc7e8a4d0391e89a9a (diff)
downloadandroid-node-v8-a82b1b7b30d52cd6a3ea9f129cdc3d83e0370a34.tar.gz
android-node-v8-a82b1b7b30d52cd6a3ea9f129cdc3d83e0370a34.tar.bz2
android-node-v8-a82b1b7b30d52cd6a3ea9f129cdc3d83e0370a34.zip
errors: remove ERR_OUTOFMEMORY
PR-URL: https://github.com/nodejs/node/pull/17877 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 36df9b24a6..f0d7da3aea 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1332,11 +1332,6 @@ A Node.js API was called in an unsupported manner.
For example: `Buffer.write(string, encoding, offset[, length])`
-<a id="ERR_OUTOFMEMORY"></a>
-### ERR_OUTOFMEMORY
-
-An operation caused an out-of-memory condition.
-
<a id="ERR_OUT_OF_RANGE"></a>
### ERR_OUT_OF_RANGE