diff --git a/draft-ietf-avtcore-rtp-over-quic.md b/draft-ietf-avtcore-rtp-over-quic.md index cb4fb04..1cda5f5 100644 --- a/draft-ietf-avtcore-rtp-over-quic.md +++ b/draft-ietf-avtcore-rtp-over-quic.md @@ -1277,6 +1277,20 @@ The "rtp-mux-quic" string identifies RoQ: Specification: : This document +## RoQ Error Codes + +This document establishes a registry for RoQ error codes. + +| Name | Value | Description | Specification | +| ----------------------------- | ------ | -------------------------------------- | -------------- | +| ROQ\_NO\_ERROR | 0x???? | No Error | TODO: This doc | +| ROQ\_INTERNAL\_ERROR | 0x???? | Internal Error | TODO: This doc | +| ROQ\_PACKET\_ERROR | 0x???? | Invalid payload format | TODO: This doc | +| ROQ\_STREAM\_CREATION\_ERROR | 0x???? | Invalid stream type | TODO: This doc | +| ROQ\_FRAME\_CANCELLED | 0x???? | Frame cancelled | TODO: This doc | +| ROQ\_UNKNOWN\_FLOW\_ID | 0x???? | Unknown Flow ID | TODO: This doc | +| ROQ\_SIGNALING\_ERROR | 0x???? | Externally signalled requirement unmet | TODO: This doc | + --- back # Experimental Results