Class StorageMovedFailedAlert

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

public final class StorageMovedFailedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.storage_moved_failed_alert>
This alert is generated when an attempt to move the storage, via TorrentHandle#moveStorage fails.
  • Method Details

    • error

      public ErrorCode error()
      Returns:
      the error.
    • filePath

      public String filePath()
      If the error happened for a specific file, this returns its path.
      Returns:
      the file path.
    • operation

      public Operation operation()
      This indicates what underlying operation caused the error.
      Returns:
      the operation.