We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovered while writing #638
Each of these messages has a field for an error code, but we don't currently appear to have any specific error codes defined other than reasons for terminating the entire session: https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html#name-termination
Edit to add: I found the table for SUBSCRIBE_ERROR: https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html#section-5.1-8
SUBSCRIBE_ERROR
Also, we do have this text for Fetch:
If StartGroup/StartObject is greater than the latest published Object group, the publisher MUST return FETCH_ERROR with error code 'No Objects'.
but I don't see such an error code defined anywhere yet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discovered while writing #638
SUBSCRIBE_ERROREach of these messages has a field for an error code, but we don't currently appear to have any specific error codes defined other than reasons for terminating the entire session: https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html#name-termination
Edit to add: I found the table for
SUBSCRIBE_ERROR
:https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html#section-5.1-8
Also, we do have this text for Fetch:
but I don't see such an error code defined anywhere yet
The text was updated successfully, but these errors were encountered: