Class FileErrorAlert

All Implemented Interfaces:
Alert<file_error_alert>

public final class FileErrorAlert extends TorrentAlert<file_error_alert>
If the storage fails to read or write files that it needs access to, this alert is generated and the torrent is paused.
  • Method Details

    • error

      public ErrorCode error()
      The error code describing the error.
      Returns:
      the error.
    • filename

      public String filename()
      The file that experienced the error.
      Returns:
      te filename.
    • operation

      public Operation operation()
      Indicates which underlying operation caused the error.
      Returns:
      the operation.