Expand description
Error types and Result aliases.
Error types and Result aliases.
Error semantics
- Errors are intended to be human-readable diagnostics suitable for logs.
- Most APIs in this crate are best-effort operational probes; callers should decide whether a finding is fatal for their environment.
Structs§
- Error
- An operational error.
Type Aliases§
- Result
- Result type used by this crate.