TrackerErrorAlert
Generated on tracker timeouts, premature disconnects, invalid responses or a non-200 OK HTTP response. Ported from libtorrent::tracker_error_alert (alert_type 11).
libtorrent renders <tracker-prefix> <v1|v2> <error-message> "<failure-reason>" (<timesInRow>).
Properties
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
the description of why the announce failed.
the tracker's "failure reason" string, if any (may be empty).
the local listen interface endpoint, already formatted.
how many times in a row this tracker has failed.
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).
the tracker URL being announced to.
the BitTorrent protocol version announced.