public class DownloadZipErrorException extends DbxApiException
DownloadZipError
 error.
  This exception is raised by DbxUserFilesRequests.downloadZip(String). 
| Modifier and Type | Field and Description | 
|---|---|
| DownloadZipError | errorValueThe error reported by  DbxUserFilesRequests.downloadZip(String). | 
| Constructor and Description | 
|---|
| DownloadZipErrorException(java.lang.String routeName,
                         java.lang.String requestId,
                         LocalizedText userMessage,
                         DownloadZipError errorValue) | 
buildMessage, buildMessage, getUserMessagegetRequestIdpublic final DownloadZipError errorValue
DbxUserFilesRequests.downloadZip(String).public DownloadZipErrorException(java.lang.String routeName,
                                 java.lang.String requestId,
                                 LocalizedText userMessage,
                                 DownloadZipError errorValue)