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