Improve service errors adding more context #521
Labels
- User -
Enjoyable to Use our Software
Enhancement / Feature Request
Something New
EPIC
Contains several subissues
Milestone
In the
ServiceError
enum we only support a single error message with no extra data.For some of them, it would be better if we add extra data. FOr example, the error:
should give you the info-hash, so the user can search/navigate to see the pre-existing torrent.
We can do it like we do for other error enums with the
thiserror
crate.Subtasks
The text was updated successfully, but these errors were encountered: