Enum collenchyma::plugin::Error [] [src]

pub enum Error {
    MissingMemoryForDevice(&'static str),
    Operation(&'static str),
    Plugin(&'static str),
}

Defines a high-level Plugin Error.

Variants

Failure at receiving the correct device memory from the SharedMemory.

Failure at the execution of the Operation.

Failure at the Plugin.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

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