Type Alias mp4san::error::Error

source ·
pub type Error = Error<ParseError>;
Expand description

Error type returned by mp4san.

Aliased Type§

enum Error {
    Io(Error),
    Parse(Report<ParseError>),
}

Variants§

§

Io(Error)

An IO error occurred while reading the given input.

§

Parse(Report<ParseError>)

The input could not be parsed as a media file.