Enum jack::JackErr [] [src]

pub enum JackErr {
    CallbackDeregistrationError,
    CallbackRegistrationError,
    ClientActivationError,
    ClientDeactivationError,
    ClientError(ClientStatus),
    FreewheelError,
    InvalidDeactivation,
    NotEnoughSpace,
    PortAliasError,
    PortAlreadyConnected(StringString),
    PortConnectionError(StringString),
    PortDisconnectionError,
    PortMonitorError,
    PortNamingError,
    PortRegistrationError(String),
    SetBufferSizeError,
    TimeError,
    UnknownError,
}

An error that can occur in JACK.

Variants

Trait Implementations

impl Clone for JackErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JackErr
[src]

Formats the value using the given formatter.

impl Eq for JackErr
[src]

impl PartialEq for JackErr
[src]

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

This method tests for !=.