Module torrust_tracker::tracker::error
source · Expand description
Error returned by the core Tracker.
| Error | Context | Description |
|---|---|---|
PeerKeyNotValid | Authentication | The supplied key is not valid. It may not be registered or expired. |
PeerNotAuthenticated | Authentication | The peer did not provide the authentication key. |
TorrentNotWhitelisted | Authorization | The action cannot be perform on a not-whitelisted torrent (it only applies for trackers running in listed or private_listed modes). |
Enums
- Authentication or authorization error returned by the core
Tracker