FileDownloadCode
org.sagebionetworks.repo.model.file.FileDownloadCode
If the download status of this file is set to 'FAILURE', then this will be the failure code. Null for 'SUCCESS'.
Enumeration
| name | description |
|---|---|
| NOT_FOUND | The requested file could not be found. |
| UNAUTHORIZED | The user does not have permission to download the file. |
| DUPLICATE | The file is a duplicate and was not included in the download. |
| EXCEEDS_SIZE_LIMIT | The file exceeds the allowed size limit for downloads. |
| UNKNOWN_ERROR | An unknown error occurred while processing the file download. |