StorageMovedFailedAlert
data class StorageMovedFailedAlert(val torrentName: String?, val operation: String, val filePath: String, val errorMessage: String) : TorrentAlert
Generated when an attempt to move a torrent's storage fails. Ported from libtorrent::storage_moved_failed_alert (alert_type 34).
libtorrent renders <name> storage move failed. <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 error description.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).