Skip to content

Commit 22685b8

Browse files
authored
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 91b3bd3 commit 22685b8

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

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

30963094
### `ERR_UNKNOWN_FILE_EXTENSION`
30973095

3098-
> Stability: 1 - Experimental
3099-
31003096
An attempt was made to load a module with an unknown or unsupported file
31013097
extension.
31023098

31033099
<a id="ERR_UNKNOWN_MODULE_FORMAT"></a>
31043100

31053101
### `ERR_UNKNOWN_MODULE_FORMAT`
31063102

3107-
> Stability: 1 - Experimental
3108-
31093103
An attempt was made to load a module with an unknown or unsupported format.
31103104

31113105
<a id="ERR_UNKNOWN_SIGNAL"></a>
@@ -3183,8 +3177,6 @@ transformation with [type-stripping][].
31833177

31843178
### `ERR_USE_AFTER_CLOSE`
31853179

3186-
> Stability: 1 - Experimental
3187-
31883180
An attempt was made to use something that was already closed.
31893181

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

0 commit comments

Comments
 (0)