mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lib: graduate error codes that have been around for years
PR-URL: https://github.com/nodejs/node/pull/58541 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -1796,8 +1796,6 @@ time.
|
||||
|
||||
### `ERR_INPUT_TYPE_NOT_ALLOWED`
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
The `--input-type` flag was used to attempt to execute a file. This flag can
|
||||
only be used with input via `--eval`, `--print`, or `STDIN`.
|
||||
|
||||
@@ -3095,8 +3093,6 @@ An invalid or unknown encoding option was passed to an API.
|
||||
|
||||
### `ERR_UNKNOWN_FILE_EXTENSION`
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
An attempt was made to load a module with an unknown or unsupported file
|
||||
extension.
|
||||
|
||||
@@ -3104,8 +3100,6 @@ extension.
|
||||
|
||||
### `ERR_UNKNOWN_MODULE_FORMAT`
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
An attempt was made to load a module with an unknown or unsupported format.
|
||||
|
||||
<a id="ERR_UNKNOWN_SIGNAL"></a>
|
||||
@@ -3183,8 +3177,6 @@ transformation with [type-stripping][].
|
||||
|
||||
### `ERR_USE_AFTER_CLOSE`
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
An attempt was made to use something that was already closed.
|
||||
|
||||
<a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a>
|
||||
|
||||
Reference in New Issue
Block a user