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:
authorJames M Snell <jasnell@gmail.com>2020-07-08 21:18:25 +0300
committerJames M Snell <jasnell@gmail.com>2020-07-10 23:51:13 +0300
commit5e769b2eaf4595e9c8c429c8ae9bb4b32e6a7c8f (patch)
treef3eab5aaf3b21792a03016ca1d39df963a632113 /doc/api/quic.md
parentd36e832a32dfb0c0c49bf9e3dee93ff231c97eb0 (diff)
quic: use less specific error codes
Stop the madness. Only you can prevent excessive error code proliferation. PR-URL: https://github.com/nodejs/node/pull/34262 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/quic.md')
-rw-r--r--doc/api/quic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/quic.md b/doc/api/quic.md
index 6143d3995cf..cc4ddd253d9 100644
--- a/doc/api/quic.md
+++ b/doc/api/quic.md
@@ -1250,7 +1250,7 @@ Migrates the `QuicClientSession` to the given `QuicSocket` instance. If the new
`QuicSocket` has not yet been bound to a local UDP port, it will be bound prior
to attempting the migration. If the `QuicClientSession` is not yet ready to
migrate, the callback will be invoked with an `Error` using the code
-`ERR_QUICCLIENTSESSION_FAILED_SETSOCKET`.
+`ERR_OPERATION_FAILED`.
### Class: QuicServerSession extends QuicSession
<!-- YAML