Enum vorbis::VorbisError [] [src]

pub enum VorbisError {
    ReadError(Error),
    NotVorbis,
    VersionMismatch,
    BadHeader,
    Hole,
    InvalidSetup,
    Unimplemented,
}

Errors that can happen while decoding & encoding

Variants

Trait Implementations

impl Debug for VorbisError
[src]

Formats the value using the given formatter.

impl Error for VorbisError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for VorbisError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for VorbisError
[src]

Performs the conversion.