pub trait OpusError { // Required method fn message(&self) -> &'static str; }
Error from parsing opus data.
Returns the error message as it is defined by libopus.