UrlSeedAlert
data class UrlSeedAlert(val torrentName: String?, val serverUrl: String, val errorMessage: String) : TorrentAlert
Generated when an HTTP/web-seed name lookup or request fails. Ported from libtorrent::url_seed_alert (alert_type 42).
libtorrent renders <name> url seed (<serverUrl>) failed: <errorMessage>.
Properties
Link copied to clipboard
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
Link copied to clipboard
the error description (possibly from the server).
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).