Expand description
Error types for the RTSP session engine.
Structured thiserror errors covering the failure surface of the sans-IO
engine: RTSP message parse/serialize, state-machine violations (RFC 2326
Appendix A — see docs/state-machines.md),
CSeq correlation, missing/invalid Session, Transport header parsing
(§12.39 — docs/transport-header.md),
interleaved framing (§10.12 — docs/interleaved-framing.md),
and authentication (§14 — docs/auth.md).
Enums§
- Error
- Errors produced by the RTSP session engine.
Type Aliases§
- Result
- Result alias for the engine’s fallible operations.