From c83d98619df26125930166c429e2d29e86312525 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 4 Jul 2020 06:23:37 -0700 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat --- doc/api/errors.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 616d288ed5557a..4dda1105dd8218 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. + +#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` + + +Used when a feature that is not available +to the current platform which is running Node.js is used. + ### `ERR_FS_FILE_TOO_LARGE` @@ -2526,12 +2535,6 @@ while trying to read and parse it. The `--entry-type=...` flag is not compatible with the Node.js REPL. - -#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` - -Used when a feature that is not available -to the current platform which is running Node.js is used. - #### `ERR_STREAM_HAS_STRINGDECODER`