TorrentDeleteFailedAlert
data class TorrentDeleteFailedAlert(val torrentName: String?, val errorMessage: String, val infoHash: Sha1Hash) : TorrentAlert
Generated when a request to delete a torrent's files fails. Ported from libtorrent::torrent_delete_failed_alert (alert_type 36).
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 description of why deletion failed.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).