Enum ckb_std::error::SysError [−][src]
Expand description
Syscall errors
Variants
Index out of bound
Field is missing for the target
LengthNotEnough(usize)Buffer length is not enough, error contains actual data length
Tuple Fields of LengthNotEnough
0: usizeData encoding error
Unknown(u64)Unknown syscall error number
Tuple Fields of Unknown
0: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SysError
impl UnwindSafe for SysError
Blanket Implementations
Mutably borrows from an owned value. Read more