RED-6805: As Operation I want to see why downloads are in an ERROR state

added errorCause to downloadStatus
This commit is contained in:
yhampe 2024-01-15 11:55:17 +01:00
parent 4ea6996bdd
commit 5f72b0e2c4

View File

@ -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;