Enum ckb_std::dynamic_loading::Error
source · pub enum Error {
ContextFailure,
InvalidElf,
MemoryNotEnough,
CellNotFound,
InvalidAlign,
Sys(SysError),
}Expand description
Dynamic loading errors
Variants§
ContextFailure
Create context error
InvalidElf
Parse ELF header error
MemoryNotEnough
Memory not enough
CellNotFound
Can’t find the cell
InvalidAlign
Invalid alignment
Sys(SysError)
Syscall error