Skip to main content

Module media_error

Module media_error 

Source
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§

ErrorSeverity
Severity class of a media error: whether the failing operation can be retried without rebuilding the component that raised it.

Traits§

MediaError
Shared classification for the ff-* crate error types.