summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-05-02 15:43:43 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-05-07 14:23:29 +0200
commit186857f15ce239ee16f5ceaeefdb3011f85cb915 (patch)
treea1afdf5d07c4122c0ea0e74695068ccaeb707abf /doc
parent28a54cb83a5ff277a8b56c942c6bd09465ed848a (diff)
downloadandroid-node-v8-186857f15ce239ee16f5ceaeefdb3011f85cb915.tar.gz
android-node-v8-186857f15ce239ee16f5ceaeefdb3011f85cb915.tar.bz2
android-node-v8-186857f15ce239ee16f5ceaeefdb3011f85cb915.zip
errors: remove ERR_INVALID_ARRAY_LENGTH
This error code is obsolete, since the error message from ERR_OUT_OF_RANGE is more precise. It was only used a single time, so I went ahead and replced this. PR-URL: https://github.com/nodejs/node/pull/20484 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@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 99c830b895..422d413482 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1078,11 +1078,6 @@ An argument of the wrong type was passed to a Node.js API.
An invalid or unsupported value was passed for a given argument.
-<a id="ERR_INVALID_ARRAY_LENGTH"></a>
-### ERR_INVALID_ARRAY_LENGTH
-
-An array was not of the expected length or in a valid range.
-
<a id="ERR_INVALID_ASYNC_ID"></a>
### ERR_INVALID_ASYNC_ID