Skip to content

Commit 214844e

Browse files
committed
doc: remove unused error codes from errors.md
This removes two unused error codes: * ERR_STREAM_READ_NOT_IMPLEMENTED, removed in c979488 (PR #18813). * ERR_VALUE_OUT_OF_RANGE, removed in d022cb1 (PR #17648). PR-URL: #21491 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
1 parent 980877f commit 214844e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/api/errors.md

-12
Original file line numberDiff line numberDiff line change
@@ -1564,12 +1564,6 @@ or a pipeline ends non gracefully with no explicit error.
15641564
An attempt was made to call [`stream.push()`][] after a `null`(EOF) had been
15651565
pushed to the stream.
15661566

1567-
<a id="ERR_STREAM_READ_NOT_IMPLEMENTED"></a>
1568-
### ERR_STREAM_READ_NOT_IMPLEMENTED
1569-
1570-
An attempt was made to use a readable stream that did not implement
1571-
[`readable._read()`][].
1572-
15731567
<a id="ERR_STREAM_UNSHIFT_AFTER_END_EVENT"></a>
15741568
### ERR_STREAM_UNSHIFT_AFTER_END_EVENT
15751569

@@ -1777,11 +1771,6 @@ The V8 `BreakIterator` API was used but the full ICU data set is not installed.
17771771
While using the Performance Timing API (`perf_hooks`), no valid performance
17781772
entry types were found.
17791773

1780-
<a id="ERR_VALUE_OUT_OF_RANGE"></a>
1781-
### ERR_VALUE_OUT_OF_RANGE
1782-
1783-
Superseded by `ERR_OUT_OF_RANGE`.
1784-
17851774
<a id="ERR_VM_MODULE_ALREADY_LINKED"></a>
17861775
### ERR_VM_MODULE_ALREADY_LINKED
17871776

@@ -1874,7 +1863,6 @@ A module file could not be resolved while attempting a [`require()`][] or
18741863
[`new URLSearchParams(iterable)`]: url.html#url_constructor_new_urlsearchparams_iterable
18751864
[`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback
18761865
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
1877-
[`readable._read()`]: stream.html#stream_readable_read_size_1
18781866
[`require()`]: modules.html#modules_require
18791867
[`require('crypto').setEngine()`]: crypto.html#crypto_crypto_setengine_engine_flags
18801868
[`server.listen()`]: net.html#net_server_listen

0 commit comments

Comments
 (0)