Enum alto::AltoError [] [src]

pub enum AltoError {
    AlcInvalidDevice,
    AlcInvalidContext,
    AlcInvalidEnum,
    AlcInvalidValue,
    AlcOutOfMemory,
    AlcUnsupportedVersion,
    AlcExtensionNotPresent,
    AlcUnknownError,
    AlInvalidName,
    AlInvalidEnum,
    AlInvalidValue,
    AlInvalidOperation,
    AlOutOfMemory,
    AlExtensionNotPresent,
    AlWrongDevice,
    AlUnknownError,
    Io(Error),
}

An error as reported by alcGetError or alGetError.

Variants

Trait Implementations

impl Debug for AltoError
[src]

Formats the value using the given formatter.

impl Display for AltoError
[src]

Formats the value using the given formatter.

impl StdError for AltoError
[src]

A short description of the error. Read more

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

impl From<Error> for AltoError
[src]

Performs the conversion.

impl From<AlcExtensionError> for AltoError
[src]

Performs the conversion.

impl From<AlExtensionError> for AltoError
[src]

Performs the conversion.