Skip to content

Commit ca5d67b

Browse files
TrottMylesBorins
authored andcommitted
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 67e067e and included in every release in the 14.x line. PR-URL: #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>
1 parent bac798f commit ca5d67b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/api/errors.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,15 @@ for the JS engine are not set up properly.
919919
A `Promise` that was callbackified via `util.callbackify()` was rejected with a
920920
falsy value.
921921

922+
<a id="ERR_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>
923+
#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
924+
<!-- YAML
925+
added: v14.0.0
926+
-->
927+
928+
Used when a feature that is not available
929+
to the current platform which is running Node.js is used.
930+
922931
<a id="ERR_FS_FILE_TOO_LARGE"></a>
923932
### `ERR_FS_FILE_TOO_LARGE`
924933

@@ -2526,12 +2535,6 @@ while trying to read and parse it.
25262535

25272536
The `--entry-type=...` flag is not compatible with the Node.js REPL.
25282537

2529-
<a id="ERR_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>
2530-
#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
2531-
2532-
Used when a feature that is not available
2533-
to the current platform which is running Node.js is used.
2534-
25352538
<a id="ERR_STREAM_HAS_STRINGDECODER"></a>
25362539
#### `ERR_STREAM_HAS_STRINGDECODER`
25372540

0 commit comments

Comments
 (0)