Expand description
Shared error classification for the ff-* crate family.
Every ff-* error type implements MediaError, which classifies an error
by ErrorSeverity so a caller can branch on recoverability generically,
without matching each crate’s variants. This lives in ff-format (the lowest
shared, FFmpeg-free type crate) and adds no FFmpeg dependency.
Enums§
- Error
Severity - Severity class of a media error: whether the failing operation can be retried without rebuilding the component that raised it.
Traits§
- Media
Error - Shared classification for the
ff-*crate error types.