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`