Expand description
Declare tor client specific errors.
Re-exports§
pub use hint::HintableError;
Modules§
- hint 🔒Facility for error-hinting
Macros§
- Declare an enum as
pub
iferror_details
is enabled, and aspub(crate)
otherwise.
Structs§
- Main high-level error type for the Arti Tor client
- Verbose information about an error, meant to provide detail or justification for user-facing errors, rather than the normal short message for developer-facing errors.
Enums§
- Error
Detail error_detail
Represents errors that can occur while doing Tor operations. - An inner enumeration, describing different kinds of error hint that we know how to give.