Enum cubeb::ErrorCode [] [src]

pub enum ErrorCode {
    Error,
    InvalidFormat,
    InvalidParameter,
    NotSupported,
    DeviceUnavailable,
}

An enumeration of possible errors that can happen when working with cubeb.

Variants

GenericError

Requested format is invalid

Requested parameter is invalid

Requested operation is not supported

Requested device is unavailable

Trait Implementations

impl Copy for ErrorCode
[src]

impl Clone for ErrorCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<ErrorCode> for ErrorCode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for ErrorCode
[src]

[src]

Formats the value using the given formatter.

impl Eq for ErrorCode
[src]