Class TorrentDeleteFailedAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.torrent_delete_failed_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_delete_failed_alert>
com.frostwire.jlibtorrent.alerts.TorrentDeleteFailedAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.torrent_delete_failed_alert>

public final class TorrentDeleteFailedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_delete_failed_alert>
This alert is generated when a request to delete the files of a torrent fails. Just removing a torrent from the session cannot fail
  • Constructor Details

    • TorrentDeleteFailedAlert

      public TorrentDeleteFailedAlert(com.frostwire.jlibtorrent.swig.torrent_delete_failed_alert alert)
  • Method Details

    • getError

      public ErrorCode getError()
      tells you why it failed.
    • getInfoHash

      public Sha1Hash getInfoHash()
      the info hash of the torrent whose files failed to be deleted.