Enum exmod::ContextError [−][src]
pub enum ContextError {
ModuleNotSane,
MemoryAllocFailed,
Unknown(i32),
}Expand description
Context creation error.
Variants
Module sanity error.
Error of memory allocation for module.
Unknown(i32)Tuple Fields of Unknown
0: i32