Registry / utility / ex3-canister-error

ex3-canister-error

JSON →
library0.17.9rscratesunverified

Underlying error types used over ex3 core canisters.

# Cargo.toml [dependencies] ex3-canister-error = "0.17.9"
INSTALL
IMPORT
SIG · EX3-CANISTER-ERROR
E
ex3-canister-error
utilityrustv0.17.9
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.

CanisterError
use ex3_canister_error::CanisterError;

Basic usage of CanisterError enum

use ex3_canister_error::CanisterError; fn handle_error(err: CanisterError) { match err { CanisterError::SomeVariant => println!("Handled"), _ => println!("Unknown error"), } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ex3-canister-error — cargo add ex3-canister-error · libregistry