RED-6805: As Operation I want to see why downloads are in an ERROR state
added errorCause to downloadStatus
This commit is contained in:
parent
bc348215a6
commit
0cfbdb3083
@ -21,6 +21,7 @@ public class DownloadStatus {
|
||||
private String userId;
|
||||
private String filename;
|
||||
private String mimeType;
|
||||
private String errorCause;
|
||||
private DownloadStatusValue status;
|
||||
private OffsetDateTime creationDate;
|
||||
private OffsetDateTime lastDownload;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user