Package de.aeb.xnsg.foundation.bf
Class TransferFileResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.TransferFileResponseDTO
- Direct Known Subclasses:
AcknowledgeFileResponseDTO
,DLFilesRefsResponseDTO
,DownloadFileResponseDTO
,UploadFileResponseDTO
,UploadSettingsResponseDTO
Contains the result for a transfer file request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA short error code.A human-readable error message which can be used for logging or displayed by the calling process. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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()
-