Expand description
Underlying error types used over ckb crates.
Modules§
Structs§
- AnyError
- A wrapper around a dynamic error type.
- Error
- Top-level ckb error type.
- Internal
Error - Internal error.
- Other
Error - An error with only a string as the reason.
- Silent
Error - An error with no reason.
Enums§
- Error
Kind - A list specifying categories of ckb error.
- Internal
Error Kind - A list specifying categories of ckb internal error.
Functions§
- is_
internal_ db_ error - Return whether the error’s kind is
InternalErrorKind::Database