Skip to content

Commit 38dd407

Browse files
ChALkeRtargos
authored andcommitted
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 <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
1 parent 6c7733f commit 38dd407

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
@@ -1569,12 +1569,6 @@ or a pipeline ends non gracefully with no explicit error.
15691569
An attempt was made to call [`stream.push()`][] after a `null`(EOF) had been
15701570
pushed to the stream.
15711571

1572-
<a id="ERR_STREAM_READ_NOT_IMPLEMENTED"></a>
1573-
### ERR_STREAM_READ_NOT_IMPLEMENTED
1574-
1575-
An attempt was made to use a readable stream that did not implement
1576-
[`readable._read()`][].
1577-
15781572
<a id="ERR_STREAM_UNSHIFT_AFTER_END_EVENT"></a>
15791573
### ERR_STREAM_UNSHIFT_AFTER_END_EVENT
15801574

@@ -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)