aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* impl From<TorAddrError> for tor_error::ErrorIan Jackson2022-02-231-0/+8
* Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
* arti_client: provide Kinds for all errors.Nick Mathewson2022-02-161-1/+10
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+10
* ErrorDetail Simplify visibility macros a bit.Nick Mathewson2022-02-081-12/+53
* Rename TorResult to Result.Nick Mathewson2022-02-081-12/+13
* arti_client: Rename Error to ErrorDetail.Nick Mathewson2022-02-081-18/+12
* TorError: Make detail() an accessor function.Nick Mathewson2022-02-081-4/+25
* Docs and clarification for a bunch of Error stuffNick Mathewson2022-02-041-4/+27
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-8/+18
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-17/+5
* Test that TorError implements the right traits.Nick Mathewson2022-02-041-3/+21
* Make TorError implement Clone.Nick Mathewson2022-02-041-3/+2
* errors: Add some TODOs as per discussion commentsIan Jackson2022-02-041-0/+3
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-2/+2
* Box the Error in a TorErrorIan Jackson2022-02-041-2/+10
* errors: Handle exit circuit creation failure the new wayIan Jackson2022-02-041-1/+18
* errors: Handle circmgr setup errors differentlyIan Jackson2022-02-041-3/+3
* errors: Introduce error_detail featureIan Jackson2022-02-041-2/+18
* errors: Refer to err::Error in some bits of arti_clientIan Jackson2022-02-041-0/+3
* errors: Introduce TorErrorIan Jackson2022-02-041-1/+28
* errors: Initial impl HasKind in arti-client, ErrorKind::TODOIan Jackson2022-02-041-0/+7
* spawn errors: Fix arti-client, tor-chanmgr, tor-circmgrIan Jackson2022-02-041-3/+10
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+4
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-1/+1
* Improve top-level arti-client documentation, add example codeeta2021-10-281-1/+1
* TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-261-6/+0
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+71