Enum ckb_std::dynamic_loading::Error [−][src]
pub enum Error {
ContextFailure,
InvalidElf,
MemoryNotEnough,
CellNotFound,
InvalidAlign,
Sys(SysError),
}
Expand description
Dynamic loading errors
Variants
Create context error
Parse ELF header error
Memory not enough
Can’t find the cell
Invalid alignment
Sys(SysError)
Syscall error
Tuple Fields of Sys
0: SysError