Registry / utility / pingora-error

pingora-error

JSON →
library0.8.0rscratesunverified

Error types and error handling APIs for Pingora.

# Cargo.toml [dependencies] pingora-error = "0.8.0"
INSTALL
IMPORT
SIG · PINGORA-ERROR
P
pingora-error
utilityrustv0.8.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 pingora_error::Error;

Creates a new Pingora error instance.

use pingora_error::Error; fn main() { let err = Error::new("test error"); println!("Error: {}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pingora-error — cargo add pingora-error · libregistry