Skip to content

Commit 47f34f7

Browse files
committed
quic: update the QUIC docs
Signed-off-by: James M Snell <[email protected]> Assisted-by: Opencode:Opus 4.6
1 parent 8f1a29d commit 47f34f7

2 files changed

Lines changed: 1427 additions & 51 deletions

File tree

doc/api/errors.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,6 +2651,19 @@ added:
26512651
26522652
Opening a QUIC stream failed.
26532653

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+
26542667
<a id="ERR_QUIC_TRANSPORT_ERROR"></a>
26552668

26562669
### `ERR_QUIC_TRANSPORT_ERROR`

0 commit comments

Comments
 (0)