Class TransferFileResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.TransferFileResponseDTO
Direct Known Subclasses:
AcknowledgeFileResponseDTO, DLFilesRefsResponseDTO, DownloadFileResponseDTO, UploadFileResponseDTO, UploadSettingsResponseDTO

public class TransferFileResponseDTO extends Object
Contains the result for a transfer file request.
  • Field Details

    • errorCode

      public String errorCode
      A short error code. This information should not be displayed directly by the calling process, but can be used to decide on a appropriate reaction. Will be null on success.
    • errorMessage

      public String errorMessage
      A human-readable error message which can be used for logging or displayed by the calling process. Will be null on success.
  • Constructor Details

    • TransferFileResponseDTO

      public TransferFileResponseDTO()