Class MetadataFailedAlert

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

public final class MetadataFailedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.metadata_failed_alert>
This alert is generated when the metadata has been completely received and the info-hash failed to match it. i.e. the metadata that was received was corrupt. libtorrent will automatically retry to fetch it in this case. This is only relevant when running a torrent-less download, with the metadata extension provided by libtorrent.
  • Method Details

    • getError

      public ErrorCode getError()
      The error that occurred.
      Returns: