Download Exception
Exceptions thrown when there is an issue with downloading a document through DownloadJob/UrlDataProvider
Inheritors
Types
Thrown when we run into file system issues with the download file for the download job
Thrown if you try to open a remote document/image with any of the PdfDocumentLoader or ImageDocumentLoader open methods on the main thread. If you really need to do a blocking call on the main thread use either:
Something network related occurred during the download process. Usually an IOException, the original exception can be accessed through cause
Thrown when there is not enough disk space to download the document.
Thrown when we run into file system issues with the output file for the download job.
Thrown when we can't create the folder for the downloaded file.