/// Errors from moq-mux operations.
///
/// Most variants are simple delegations to underlying layers — [`moq_lite::Error`] for
/// transport / pub-sub failures, [`hang::Error`] for catalog/codec parsing, and
/// [`CmafError`](crate::container::CmafError) for CMAF wire-format problems.
/// A Result type alias for moq-mux operations.
pub type Result<T> = Result;