summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace TorNetworkError with TorDirectoryErrorNick Mathewson2022-02-221-1/+1
| | | | | | This is still not as specific as we want; but there's already a TODO comment in tor-dirclient::err about fixing that at some point in the future.
* dirclient: Remove HttpStatus error variantNick Mathewson2022-02-171-5/+0
| | | | | | | Getting a non-200 status is no longer a failure condition; it's just a different kind of answer. Closes #349.
* Correct ErrorKinds for some tor-dirclient errors.Nick Mathewson2022-02-171-2/+2
|
* Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
|
* tor-dirclient: Error::HttpError: add a TODO saying to abolishIan Jackson2022-02-171-0/+4
|
* Implement HasKind for tor_dirclient::ErrorNick Mathewson2022-02-161-0/+24
|
* dirclient: remove an unused error type.Nick Mathewson2022-02-161-4/+0
|
* Make TorError implement Clone.Nick Mathewson2022-02-041-3/+17
| | | | | This patch makes only minimal changes in lower-level error types: we have more refactoring to do.
* Stop using anyhow in tor-dirclient.Jani Monoses2021-09-161-0/+8
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+65
This will cause some pain for now, but now is really the best time to do this kind of thing.