summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-04-07 20:36:33 +0800
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-10 01:08:10 +0200
commit362694401fc08f1eb312417487bfc2d3c9281a6e (patch)
tree0922c3b51834356953d886141348bd180027a742 /doc
parent5b8c62c60d63a0da00da20823ce6fed7039036a7 (diff)
downloadandroid-node-v8-362694401fc08f1eb312417487bfc2d3c9281a6e.tar.gz
android-node-v8-362694401fc08f1eb312417487bfc2d3c9281a6e.tar.bz2
android-node-v8-362694401fc08f1eb312417487bfc2d3c9281a6e.zip
src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONG
The old error name and message were trying to be consistent with ERR_BUFFER_TOO_LARGE but they were not really accurate. The kStringMaxLength was measured in number of characters, not number of bytes. The name ERR_STRING_TOO_LARGE also seems a bit awkward. This patch tries to correct them before they get released to users. PR-URL: https://github.com/nodejs/node/pull/19864 Refs: https://github.com/nodejs/node/pull/19739 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index e96848b296..3424afa12c 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1474,11 +1474,11 @@ additional details.
A stream method was called that cannot complete because the stream was
destroyed using `stream.destroy()`.
-<a id="ERR_STRING_TOO_LARGE"></a>
-### ERR_STRING_TOO_LARGE
+<a id="ERR_STRING_TOO_LONG"></a>
+### ERR_STRING_TOO_LONG
-An attempt has been made to create a string larger than the maximum allowed
-size.
+An attempt has been made to create a string longer than the maximum allowed
+length.
<a id="ERR_TLS_CERT_ALTNAME_INVALID"></a>
### ERR_TLS_CERT_ALTNAME_INVALID