summaryrefslogtreecommitdiff
path: root/crates/tor-persist/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-persist: Big refactoring on Error type.Nick Mathewson2022-07-061-0/+1
Every error now has an action (what we were trying to do), a resource (what we were trying to do it to), and a source (what problem we encountered). Initially I tried to add "action" and "resource" fields to error variants individually, but that led to a combinatorial explosion. Part of #323.