Skip to content

Commit

Permalink
Start IANA registry section for error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelbart committed Jul 31, 2023
1 parent 9c22bf1 commit 8c8f7c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions draft-ietf-avtcore-rtp-over-quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c8f7c3

Please sign in to comment.