Enum collenchyma::plugin::Error
[−]
[src]
pub enum Error { MissingMemoryForDevice(&'static str), Operation(&'static str), Plugin(&'static str), }
Defines a high-level Plugin Error.
Variants
MissingMemoryForDevice | Failure at receiving the correct device memory from the SharedMemory. |
Operation | Failure at the execution of the Operation. |
Plugin | Failure at the Plugin. |