aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-error/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-socksproto: Implement HasKindNick Mathewson2022-02-111-0/+25
* | tor-config: Add HasKind support.Nick Mathewson2022-02-091-0/+35
|/
* Docs and clarification for a bunch of Error stuffNick Mathewson2022-02-041-9/+32
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-0/+4
* errors: ErrorKind::TODO: Fix typo in messageIan Jackson2022-02-041-1/+1
* errors: Change docs for ErrorKind to refer to ArtiIan Jackson2022-02-041-2/+2
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-1/+1
* tor-chanmgr::Error: impl HasKindIan Jackson2022-02-041-0/+8
* errors: Initial impl HasKind in arti-client, ErrorKind::TODOIan Jackson2022-02-041-0/+6
* spawn errors: impl HasKind for futures::SpawnErrorIan Jackson2022-02-041-0/+19
* tor_persist::Error: impl HasKind and adjust commentsIan Jackson2022-02-041-0/+25
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-041-0/+8
* tor-error: Skeleton for new crateIan Jackson2022-02-041-0/+58