Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-07-04 16:23:37 +0300
committerJames M Snell <jasnell@gmail.com>2020-07-06 01:05:43 +0300
commit654df09ae0c5e17d1b52a900a545f0664d8c7627 (patch)
tree4c4b41057194677e8d564b570de8a02bd3f56146 /doc/api/errors.md
parent7eb500b538a5b78650ac9d2a6c5f52353dc4c577 (diff)
doc: move ERR_FEATURE_UNAVAILABLE_ON_PLATFORM to current errors
ERR_FEATURE_UNAVAILABLE_ON_PLATFORM is incorrectly included in the list of errors that have never been released. It was added in 67e067eb0658281b647ff68a5a9e64ea2cfdb706 and included in every release in the 14.x line. PR-URL: https://github.com/nodejs/node/pull/34196 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 15428b8a148..a33e31f2243 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -919,6 +919,15 @@ for the JS engine are not set up properly.
A `Promise` that was callbackified via `util.callbackify()` was rejected with a
falsy value.
+<a id="ERR_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>
+#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
+<!-- YAML
+added: v14.0.0
+-->
+
+Used when a feature that is not available
+to the current platform which is running Node.js is used.
+
<a id="ERR_FS_FILE_TOO_LARGE"></a>
### `ERR_FS_FILE_TOO_LARGE`
@@ -2670,12 +2679,6 @@ while trying to read and parse it.
The `--entry-type=...` flag is not compatible with the Node.js REPL.
-<a id="ERR_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>
-#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
-
-Used when a feature that is not available
-to the current platform which is running Node.js is used.
-
<a id="ERR_STREAM_HAS_STRINGDECODER"></a>
#### `ERR_STREAM_HAS_STRINGDECODER`