Improve error message for duplicated canonical info-hash #776
Labels
- User -
Enjoyable to Use our Software
Easy
Good for Newcomers
Enhancement / Feature Request
Something New
Parent: #521
When you upload a torrent, you can get an error because there is already another torrent with the same canonical info-hash. The error doesn't give you the pre-existing torrent infohash.
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.The text was updated successfully, but these errors were encountered: