Class StorageMovedFailedAlert

All Implemented Interfaces:
Alert<storage_moved_failed_alert>

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