Struct opus::Error [] [src]

pub struct Error { /* fields omitted */ }

An error generated by the Opus library.

Methods

impl Error
[src]

Get the name of the Opus function from which the error originated.

Get a textual description of the error provided by Opus.

Get the Opus error code of the error.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

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