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
4ea6996bdd
commit
5f72b0e2c4
@ -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