FastresumeRejectedAlert
data class FastresumeRejectedAlert(val torrentName: String?, val operation: String, val filePath: String, val errorMessage: String) : TorrentAlert
Generated when a fast-resume file is passed to add_torrent() but the on-disk files do not match it. Ported from libtorrent::fastresume_rejected_alert (alert_type 53).
libtorrent renders <name> fast resume rejected. <operation>(<filePath>): <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 description of why the resume file was rejected.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).