InitiateBulkDownloadErrorCode
Machine-readable error codes for bulk download initiation failures.
enum InitiateBulkDownloadErrorCode {
BULK_DOWNLOAD_SELECTION_REQUIRED
BULK_DOWNLOAD_FILES_COUNT_LIMIT_EXCEEDED
BULK_DOWNLOAD_FILE_SIZE_LIMIT_EXCEEDED
BULK_DOWNLOAD_FILES_OR_SIZE_LIMIT_EXCEEDED
BULK_DOWNLOAD_UNKNOWN_ERROR
}
Values
InitiateBulkDownloadErrorCode.BULK_DOWNLOAD_SELECTION_REQUIRED
At least one of documentIds or folderIds must contain at least one item.
InitiateBulkDownloadErrorCode.BULK_DOWNLOAD_FILES_COUNT_LIMIT_EXCEEDED
Document count exceeded BulkDownloadMaxItemsCountLimit before folder expansion.
InitiateBulkDownloadErrorCode.BULK_DOWNLOAD_FILE_SIZE_LIMIT_EXCEEDED
Total selected file size exceeded configured max size before folder expansion.
InitiateBulkDownloadErrorCode.BULK_DOWNLOAD_FILES_OR_SIZE_LIMIT_EXCEEDED
Combined file-count or file-size limit exceeded after folder expansion.
InitiateBulkDownloadErrorCode.BULK_DOWNLOAD_UNKNOWN_ERROR
An unexpected error occurred while processing the bulk download request.
Member Of
InitiateBulkDownloadError object