Skip to content

Commit 0f1e94f

Browse files
jasnelltargos
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 6bddf58 commit 0f1e94f

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
@@ -1796,8 +1796,6 @@ time.
17961796

17971797
### `ERR_INPUT_TYPE_NOT_ALLOWED`
17981798

1799-
> Stability: 1 - Experimental
1800-
18011799
The `--input-type` flag was used to attempt to execute a file. This flag can
18021800
only be used with input via `--eval`, `--print`, or `STDIN`.
18031801

@@ -3093,17 +3091,13 @@ An invalid or unknown encoding option was passed to an API.
30933091

30943092
### `ERR_UNKNOWN_FILE_EXTENSION`
30953093

3096-
> Stability: 1 - Experimental
3097-
30983094
An attempt was made to load a module with an unknown or unsupported file
30993095
extension.
31003096

31013097
<a id="ERR_UNKNOWN_MODULE_FORMAT"></a>
31023098

31033099
### `ERR_UNKNOWN_MODULE_FORMAT`
31043100

3105-
> Stability: 1 - Experimental
3106-
31073101
An attempt was made to load a module with an unknown or unsupported format.
31083102

31093103
<a id="ERR_UNKNOWN_SIGNAL"></a>
@@ -3181,8 +3175,6 @@ transformation with [type-stripping][].
31813175

31823176
### `ERR_USE_AFTER_CLOSE`
31833177

3184-
> Stability: 1 - Experimental
3185-
31863178
An attempt was made to use something that was already closed.
31873179

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

0 commit comments

Comments
 (0)