Registry / utility / nydus-error

nydus-error

JSON →
library0.2.3rscratesunverified

Provides error handling utilities for the Nydus Image Service.

# Cargo.toml [dependencies] nydus-error = "0.2.3"
INSTALL
IMPORT
SIG · NYDUS-ERROR
N
nydus-error
utilityrustv0.2.3
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.

NydusError
use nydus_error::NydusError;

Create and display a NydusError.

use nydus_error::NydusError; fn main() { let err = NydusError::Other("sample error".into()); println!("{}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nydus-error — cargo add nydus-error · libregistry