Skip to content

Commit 13567ea

Browse files
jasnelladuh95
authored andcommitted
lib: graduate error codes that have been around for years
PR-URL: #58541 Reviewed-By: Dario Piotrowicz <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a28c336 commit 13567ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/api/errors.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,8 +1809,6 @@ time.
18091809

18101810
### `ERR_INPUT_TYPE_NOT_ALLOWED`
18111811

1812-
> Stability: 1 - Experimental
1813-
18141812
The `--input-type` flag was used to attempt to execute a file. This flag can
18151813
only be used with input via `--eval`, `--print`, or `STDIN`.
18161814

@@ -3059,17 +3057,13 @@ An invalid or unknown encoding option was passed to an API.
30593057

30603058
### `ERR_UNKNOWN_FILE_EXTENSION`
30613059

3062-
> Stability: 1 - Experimental
3063-
30643060
An attempt was made to load a module with an unknown or unsupported file
30653061
extension.
30663062

30673063
<a id="ERR_UNKNOWN_MODULE_FORMAT"></a>
30683064

30693065
### `ERR_UNKNOWN_MODULE_FORMAT`
30703066

3071-
> Stability: 1 - Experimental
3072-
30733067
An attempt was made to load a module with an unknown or unsupported format.
30743068

30753069
<a id="ERR_UNKNOWN_SIGNAL"></a>
@@ -3145,8 +3139,6 @@ transformation with [type-stripping][].
31453139

31463140
### `ERR_USE_AFTER_CLOSE`
31473141

3148-
> Stability: 1 - Experimental
3149-
31503142
An attempt was made to use something that was already closed.
31513143

31523144
<a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a>

0 commit comments

Comments
 (0)