Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-08-16 02:00:12 +0300
committerRich Trott <rtrott@gmail.com>2020-08-18 08:05:23 +0300
commit15fdd9861bead2facc413f86b347a224c494fb47 (patch)
treed695f663aa1ef1cb3cd8fe32f590837e7a13cd30 /doc/api/errors.md
parent6726246dbb83e3251f080fc4729154d492f7e340 (diff)
doc,lib: remove unused error code
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: https://github.com/nodejs/node/pull/34792 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 210e36ff5b9..6c4ed78488c 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2139,11 +2139,6 @@ import 'package-name'; // supported
`import` with URL schemes other than `file` and `data` is unsupported.
-<a id="ERR_V8BREAKITERATOR"></a>
-### `ERR_V8BREAKITERATOR`
-
-The V8 `BreakIterator` API was used but the full ICU data set is not installed.
-
<a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a>
### `ERR_VALID_PERFORMANCE_ENTRY_TYPE`
@@ -2555,6 +2550,11 @@ An attempt was made to launch a Node.js process with an unknown `stdout` or
`stderr` file type. This error is usually an indication of a bug within Node.js
itself, although it is possible for user code to trigger it.
+<a id="ERR_V8BREAKITERATOR"></a>
+### `ERR_V8BREAKITERATOR`
+
+The V8 `BreakIterator` API was used but the full ICU data set is not installed.
+
<a id="ERR_VALUE_OUT_OF_RANGE"></a>
### `ERR_VALUE_OUT_OF_RANGE`
<!-- YAML