pub trait HasKind { fn kind(&self) -> ErrorKind; }
Errors that can be categorized as belonging to an ErrorKind
ErrorKind
The most important implementation of this trait is arti_client::TorError; however, other internal errors throughout Arti also implement it.
arti_client::TorError
Return the kind of this error.