We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e33f22 commit f29a708Copy full SHA for f29a708
2 files changed
doc/api/errors.md
@@ -2651,6 +2651,19 @@ added:
2651
2652
Opening a QUIC stream failed.
2653
2654
+<a id="ERR_QUIC_STREAM_RESET"></a>
2655
+
2656
+### `ERR_QUIC_STREAM_RESET`
2657
2658
+<!-- YAML
2659
+added: REPLACEME
2660
+-->
2661
2662
+> Stability: 1 - Experimental
2663
2664
+A QUIC stream was reset by the peer. The error includes the reset code
2665
+provided by the peer.
2666
2667
<a id="ERR_QUIC_TRANSPORT_ERROR"></a>
2668
2669
### `ERR_QUIC_TRANSPORT_ERROR`
0 commit comments