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 bc348215a6
commit 0cfbdb3083

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;