Expand description
Declare tor client specific errors.
Re-exports§
pub use hint::HintableError;
Modules§
- hint 🔒
- Facility for error-hinting
Macros§
- pub_
if_ 🔒error_ detail error_detail
- Declare an enum as
pub
iferror_details
is enabled, and aspub(crate)
otherwise.
Structs§
- Error
- Main high-level error type for the Arti Tor client
- Error
Hint - 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.
- Error
Hint 🔒Inner - An inner enumeration, describing different kinds of error hint that we know how to give.