Registry / other / ckb-error

ckb-error

JSON →
library1.1.0rscratesunverified

Underlying error types used across CKB crates.

# Cargo.toml [dependencies] ckb-error = "1.1.0"
INSTALL
IMPORT
SIG · CKB-ERROR
C
ckb-error
otherrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Error
✓ use ckb_error::Error;

Creates and prints a CKB error.

use ckb_error::Error; let err: Error = Error::from("something went wrong"); println!("Error: {}", err);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ckb-error — cargo add ckb-error · libregistry