Enum ocl::error::ErrorKind [−][src]
pub enum ErrorKind { OclCore(OclCoreError), FuturesMpscSend(String), OneshotCanceled(OneshotCanceled), BufferCmd(BufferCmdError), Device(DeviceError), Platform(PlatformError), Kernel(KernelError), }
An enum containing either a String
or one of several other error types.
Implements the usual error traits.
Variants
OclCore(OclCoreError)
FuturesMpscSend(String)
OneshotCanceled(OneshotCanceled)
BufferCmd(BufferCmdError)
Device(DeviceError)
Platform(PlatformError)
Kernel(KernelError)