Expand description
Error, status and stream-reset code registries defined by draft-ietf-moq-transport-14.
One enum per registry in the IANA Considerations section (Section 13.1). The registry tables list only Name, Code and Specification; the per-code prose in the variant docs is taken from the section each row cites.
from_u64 returns None for any value the draft does not assign. A peer may
legitimately send a code from a later draft or a private extension, and an
unrecognized code must not be a decode failure at this layer.
draft-14 assigns no reserved-for-greasing ranges in these registries; every row is a single code point.
Enums§
- Announce
Error Code - ANNOUNCE_ERROR codes, from the “ANNOUNCE_ERROR Codes” registry in draft-ietf-moq-transport-14 Section 13.1.6.
- Data
Stream Reset Error Code - Data stream reset error codes, from the “Data Stream Reset Error Codes” registry in draft-ietf-moq-transport-14 Section 13.1.8. Every row cites Section 10.4.3 (Closing Subgroup Streams), the source of the descriptions below. These are the application error codes carried on RESET_STREAM and RESET_STREAM_AT, not on the session.
- Fetch
Error Code - FETCH_ERROR codes, from the “FETCH_ERROR Codes” registry in draft-ietf-moq-transport-14 Section 13.1.5. Every row cites Section 9.18 (FETCH_ERROR), the source of the descriptions below.
- Publish
Done Status Code - PUBLISH_DONE status codes, from the “PUBLISH_DONE Codes” registry in draft-ietf-moq-transport-14 Section 13.1.3. Every row cites Section 9.12 (PUBLISH_DONE), the source of the descriptions below.
- Publish
Error Code - PUBLISH_ERROR codes, from the “PUBLISH_ERROR Codes” registry in draft-ietf-moq-transport-14 Section 13.1.4. Every row cites Section 9.15 (PUBLISH_ERROR), the source of the descriptions below.
- Request
Error Code - SUBSCRIBE_ERROR codes, from the “SUBSCRIBE_ERROR Codes” registry in draft-ietf-moq-transport-14 Section 13.1.2. Every row cites Section 9.9 (SUBSCRIBE_ERROR), the source of the descriptions below.
- Session
Error Code - Session termination error codes, from the “Session Termination Error Codes” registry in draft-ietf-moq-transport-14 Section 13.1.1. Every row cites Section 3.4 (Termination), the source of the descriptions below.
- Subscribe
Namespace Error Code - SUBSCRIBE_NAMESPACE_ERROR codes, from the “SUBSCRIBE_NAMESPACE_ERROR Codes” registry in draft-ietf-moq-transport-14 Section 13.1.7. Every row cites Section 9.30 (SUBSCRIBE_NAMESPACE_ERROR), the source of the descriptions below.