Skip to content

Commit

Permalink
Swap table column order to match HTTP/3 and DoQ registries
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelbart committed Oct 13, 2023
1 parent 487a308 commit a14ed57
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions draft-ietf-avtcore-rtp-over-quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -1308,16 +1308,16 @@ list a change controller of the IETF and a contact of the AVTCORE working group

The entries in {{tab-error-codes}} are registered by this document.

| Name | Value | Description | Specification |
| ----------------------------- | ------ | -------------------------------------- | ------------------ |
| ROQ\_NO\_ERROR | 0x01 | No Error | {{error-handling}} |
| ROQ\_GENERAL\_ERROR | 0x02 | General error | {{error-handling}} |
| ROQ\_INTERNAL\_ERROR | 0x03 | Internal Error | {{error-handling}} |
| ROQ\_PACKET\_ERROR | 0x04 | Invalid payload format | {{error-handling}} |
| ROQ\_STREAM\_CREATION\_ERROR | 0x05 | Invalid stream type | {{error-handling}} |
| ROQ\_FRAME\_CANCELLED | 0x06 | Frame cancelled | {{error-handling}} |
| ROQ\_UNKNOWN\_FLOW\_ID | 0x07 | Unknown Flow ID | {{error-handling}} |
| ROQ\_EXPECTATION\_UNMET | 0x08 | Externally signalled requirement unmet | {{error-handling}} |
| Value | Name | Description | Specification |
| ------ | ----------------------------- | -------------------------------------- | ------------------ |
| 0x01 | ROQ\_NO\_ERROR | No Error | {{error-handling}} |
| 0x02 | ROQ\_GENERAL\_ERROR | General error | {{error-handling}} |
| 0x03 | ROQ\_INTERNAL\_ERROR | Internal Error | {{error-handling}} |
| 0x04 | ROQ\_PACKET\_ERROR | Invalid payload format | {{error-handling}} |
| 0x05 | ROQ\_STREAM\_CREATION\_ERROR | Invalid stream type | {{error-handling}} |
| 0x06 | ROQ\_FRAME\_CANCELLED | Frame cancelled | {{error-handling}} |
| 0x07 | ROQ\_UNKNOWN\_FLOW\_ID | Unknown Flow ID | {{error-handling}} |
| 0x08 | ROQ\_EXPECTATION\_UNMET | Externally signalled requirement unmet | {{error-handling}} |
{: #tab-error-codes title="Initial RoQ Error Codes"}

--- back
Expand Down

0 comments on commit a14ed57

Please sign in to comment.