Skip to content

Commit

Permalink
Add additional subscribe errors (#529)
Browse files Browse the repository at this point in the history
Adds three new error codes:

- Track Does Not Exist (0x3)
- Unauthorized (0x4)
- Timeout (0x5)

As discussed in #347
  • Loading branch information
ianswett authored Sep 18, 2024
2 parents ddf689a + e59365b commit 46c48ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,12 @@ as defined below:
|------|---------------------------|
| 0x2 | Retry Track Alias |
|------|---------------------------|
| 0x3 | Track Does Not Exist |
|------|---------------------------|
| 0x4 | Unauthorized |
|------|---------------------------|
| 0x5 | Timeout |
|------|---------------------------|

The application SHOULD use a relevant status code in
SUBSCRIBE_DONE, as defined below:
Expand Down

0 comments on commit 46c48ba

Please sign in to comment.