Class TorrentDeleteFailedAlert

All Implemented Interfaces:
Alert<torrent_delete_failed_alert>

public final class TorrentDeleteFailedAlert extends TorrentAlert<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

  • 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.