summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShailesh Shekhawat <sshekhawat356@gmail.com>2018-06-27 22:05:32 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-13 17:41:42 +0300
commit3950a3e0b1319c6cae49f674b7f82a491ea09093 (patch)
treefba82bd6e5a81b6f2714e1a5e803ea3669adcfc3 /doc
parentf9b739ebbcb77bc5a0fc8e3d20ad2eae3285b039 (diff)
downloadandroid-node-v8-3950a3e0b1319c6cae49f674b7f82a491ea09093.tar.gz
android-node-v8-3950a3e0b1319c6cae49f674b7f82a491ea09093.tar.bz2
android-node-v8-3950a3e0b1319c6cae49f674b7f82a491ea09093.zip
errors: fix undefined HTTP2 and tls errors
Includes implementation of tls, HTTP2 error with documentation. PR-URL: https://github.com/nodejs/node/pull/21564 Refs: https://github.com/nodejs/node/issues/21440 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 46413cd4c4..91ec811b2a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1014,6 +1014,11 @@ provided.
The `Http2Session` closed with a non-zero error code.
+<a id="ERR_HTTP2_SETTINGS_CANCEL"></a>
+### ERR_HTTP2_SETTINGS_CANCEL
+
+The `Http2Session` settings canceled.
+
<a id="ERR_HTTP2_SOCKET_BOUND"></a>
### ERR_HTTP2_SOCKET_BOUND
@@ -1624,6 +1629,11 @@ recommended to use 2048 bits or larger for stronger security.
A TLS/SSL handshake timed out. In this case, the server must also abort the
connection.
+<a id="ERR_TLS_RENEGOTIATE"></a>
+### ERR_TLS_RENEGOTIATE
+
+An attempt to renegotiate the TLS session failed.
+
<a id="ERR_TLS_RENEGOTIATION_DISABLED"></a>
### ERR_TLS_RENEGOTIATION_DISABLED