summaryrefslogtreecommitdiff
path: root/crates/tor-error/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-042-2/+2
* 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: provide into_internal!Ian Jackson2022-02-041-0/+33
* tor-error: Allow making an `InternalError` from some other errorIan Jackson2022-02-041-3/+27
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-042-0/+142
* tor-error: Skeleton for new crateIan Jackson2022-02-041-0/+58