Serialized Form
- 
Package com.dropbox.core- 
Class com.dropbox.core.AccessErrorException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
accessErrorAccessError accessError 
 
- 
 
- 
Class com.dropbox.core.BadRequestException extends ProtocolException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.BadResponseCodeException extends BadResponseException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
statusCodeint statusCode 
 
- 
 
- 
Class com.dropbox.core.BadResponseException extends ProtocolException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxApiException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
userMessageLocalizedText userMessage 
 
- 
 
- 
Class com.dropbox.core.DbxException extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
requestIdjava.lang.String requestId 
 
- 
 
- 
Class com.dropbox.core.DbxWebAuth.BadRequestException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWebAuth.BadStateException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWebAuth.CsrfException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWebAuth.Exception extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWebAuth.NotApprovedException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWebAuth.ProviderException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.DbxWrappedException extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errValuejava.lang.Object errValue 
- 
requestIdjava.lang.String requestId 
- 
userMessageLocalizedText userMessage 
 
- 
 
- 
Class com.dropbox.core.InvalidAccessTokenException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
authErrorAuthError authError 
 
- 
 
- 
Class com.dropbox.core.NetworkIOException extends DbxException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.NoThrowInputStream.HiddenException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.NoThrowOutputStream.HiddenException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
ownerNoThrowOutputStream owner 
 
- 
 
- 
Class com.dropbox.core.PathRootErrorException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
pathRootErrorPathRootError pathRootError 
 
- 
 
- 
Class com.dropbox.core.ProtocolException extends DbxException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.RateLimitException extends RetryException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.RetryException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
backoffMillislong backoffMillis 
 
- 
 
- 
Class com.dropbox.core.ServerException extends DbxException implements Serializable- serialVersionUID:
- 0L
 
 
- 
- 
Package com.dropbox.core.http- 
Class com.dropbox.core.http.SSLConfig.LoadException extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 
 
- 
- 
Package com.dropbox.core.json- 
Class com.dropbox.core.json.JsonReader.FileLoadException extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.json.JsonReader.FileLoadException.IOError extends JsonReader.FileLoadException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
reasonjava.io.IOException reason 
 
- 
 
- 
Class com.dropbox.core.json.JsonReader.FileLoadException.JsonError extends JsonReader.FileLoadException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
reasonJsonReadException reason 
 
- 
 
- 
Class com.dropbox.core.json.JsonReadException extends java.lang.Exception implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorjava.lang.String error 
- 
locationcom.fasterxml.jackson.core.JsonLocation location 
- 
pathJsonReadException.PathPart path 
 
- 
 
 
- 
- 
Package com.dropbox.core.oauth- 
Class com.dropbox.core.oauth.DbxOAuthException extends DbxException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
dbxOAuthErrorDbxOAuthError dbxOAuthError 
 
- 
 
 
- 
- 
Package com.dropbox.core.util- 
Class com.dropbox.core.util.IOUtil.ReadException extends IOUtil.WrappedException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.util.IOUtil.WrappedException extends java.io.IOException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.util.IOUtil.WriteException extends IOUtil.WrappedException implements Serializable- serialVersionUID:
- 0L
 
 
- 
- 
Package com.dropbox.core.v1- 
Class com.dropbox.core.v1.DbxClientV1.IODbxException extends java.io.IOException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
underlyingDbxException underlying 
 
- 
 
- 
Class com.dropbox.core.v1.DbxEntry extends Dumpable implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
iconNamejava.lang.String iconName The name of the icon to use for this file. The set of names returned by this call match up with icons in a set of icons provided by Dropbox. Read more about the icon field in Dropbox's documentation for the/metadataHTTP endpoint.
- 
mightHaveThumbnailboolean mightHaveThumbnail Whether this file or folder might have a thumbnail image you can retrieve via theDbxClientV1.getThumbnailcall. If this istrue, there might be a thumbnail available. If this isfalse, there is definitely no thumbnail available.
- 
namejava.lang.String name Just the last part ofDbxEntry.path. Derived automatically fromDbxEntry.path.- See Also:
- DbxPathV1.getName(java.lang.String)
 
- 
pathjava.lang.String path The path to the file or folder, relative to your application's root. The path always starts with a"/".For full-Dropbox apps, the path is relative to the root of the user's Dropbox. For App Folder apps, the path is relative to your application's App Folder within the user's Dropbox. 
 
- 
 
- 
Class com.dropbox.core.v1.DbxEntry.File extends DbxEntry implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
clientMtimejava.util.Date clientMtime The modification time sent up by the Dropbox desktop client when the file was added or modified. This time is based on the system clock of the particular host that the client was running on, as opposed to the system clock of the Dropbox servers.This field should not be used to determine if a file has changed, but only as a way to sort files by date (when displaying a list of files to the user). 
- 
humanSizejava.lang.String humanSize A human-readable string version of the file size (ex: "13 kb"). This string will be localized based on theLocaleinDbxRequestConfig.userLocale(passed in to theDbxClientV1constructor).
- 
lastModifiedjava.util.Date lastModified The time the file was added, moved, or last had it's contents changed on the Dropbox server. (This probably won't match the time on the Dropbox user's filesystem. For that theDbxEntry.File.clientMtimeis a better estimate.)
- 
numByteslong numBytes The size, in bytes, of the file content.
- 
photoInfoDbxEntry.File.PhotoInfo photoInfo If this file is a photo, this may contain additional photo-related information. This field is only populated if you use theincludeMediaInfo
- 
revjava.lang.String rev The revision of the file at this path. This can be used withDbxClientV1.uploadFile(java.lang.String, com.dropbox.core.v1.DbxWriteMode, long, java.io.InputStream)and theDbxWriteMode.update(java.lang.String)mode to make sure you're overwriting the revision of the file you think you're overwriting.
- 
videoInfoDbxEntry.File.VideoInfo videoInfo Contains details about this file if it is a video
 
- 
 
- 
Class com.dropbox.core.v1.DbxEntry.Folder extends DbxEntry implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.dropbox.core.v1.DbxEntry.WithChildren extends Dumpable implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
childrenjava.util.List<DbxEntry> children IfDbxEntry.WithChildren.entryis a folder, this will contain the metadata of the folder's immediate children. If it's not a folder, this will benull.
- 
entryDbxEntry entry The metadata for the base file or folder.
- 
hashjava.lang.String hash IfDbxEntry.WithChildren.entryis a folder, this will contain a hash that identifies the folder's contents. This value can be used withDbxClientV1.getMetadataWithChildrenIfChanged(java.lang.String, boolean, java.lang.String)to void downloading the folder contents if they havne't changed.
 
- 
 
- 
Class com.dropbox.core.v1.DbxEntry.WithChildrenC extends Dumpable implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
childrenC children IfDbxEntry.WithChildrenC.entryis a folder, this will contain the metadata of the folder's immediate children. If it's not a folder, this will benull.
- 
entryDbxEntry entry 
- 
hashjava.lang.String hash IfDbxEntry.WithChildrenC.entryis a folder, this will contain a hash that identifies the folder's contents. This value can be used withDbxClientV1.getMetadataWithChildrenIfChanged(java.lang.String, boolean, java.lang.String)to void downloading the folder contents if they havne't changed.
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.account- 
Class com.dropbox.core.v2.account.SetProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSetProfilePhotoError errorValue The error reported byDbxUserAccountRequests.setProfilePhoto(PhotoSourceArg).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.async- 
Class com.dropbox.core.v2.async.PollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePollError errorValue The error reported byDbxTeamTeamRequests.membersAddJobStatusGetV2(String),DbxTeamTeamRequests.membersAddJobStatusGet(String),DbxTeamTeamRequests.membersMoveFormerMemberFilesJobStatusCheck(String),DbxTeamTeamRequests.membersRemoveJobStatusGet(String),DbxTeamTeamRequests.teamFolderArchiveCheck(String),DbxUserFilesRequests.copyBatchCheckV2(String),DbxUserFilesRequests.copyBatchCheck(String),DbxUserFilesRequests.createFolderBatchCheck(String),DbxUserFilesRequests.deleteBatchCheck(String),DbxUserFilesRequests.moveBatchCheckV2(String),DbxUserFilesRequests.moveBatchCheck(String),DbxUserFilesRequests.saveUrlCheckJobStatus(String),DbxUserFilesRequests.uploadSessionFinishBatchCheck(String),DbxUserSharingRequests.checkJobStatus(String),DbxUserSharingRequests.checkRemoveMemberJobStatus(String), andDbxUserSharingRequests.checkShareJobStatus(String).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.auth- 
Class com.dropbox.core.v2.auth.TokenFromOAuth1ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTokenFromOAuth1Error errorValue The error reported byDbxAppAuthRequests.tokenFromOauth1(String,String).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.contacts- 
Class com.dropbox.core.v2.contacts.DeleteManualContactsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDeleteManualContactsError errorValue The error reported byDbxUserContactsRequests.deleteManualContactsBatch(java.util.List).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.fileproperties- 
Class com.dropbox.core.v2.fileproperties.AddPropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAddPropertiesError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueInvalidPropertyGroupError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueModifyTemplateError errorValue The error reported byDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.List),DbxTeamFilePropertiesRequests.templatesUpdateForTeam(String),DbxTeamTeamRequests.propertiesTemplateAdd(String,String,java.util.List),DbxTeamTeamRequests.propertiesTemplateUpdate(String),DbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List), andDbxUserFilePropertiesRequests.templatesUpdateForUser(String).
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.PropertiesSearchContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePropertiesSearchContinueError errorValue The error reported byDbxUserFilePropertiesRequests.propertiesSearchContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePropertiesSearchError errorValue The error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter).
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.RemovePropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRemovePropertiesError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.TemplateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTemplateError errorValue The error reported byDbxTeamFilePropertiesRequests.templatesGetForTeam(String),DbxTeamFilePropertiesRequests.templatesListForTeam(),DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String),DbxTeamTeamRequests.propertiesTemplateGet(String),DbxTeamTeamRequests.propertiesTemplateList(),DbxUserFilePropertiesRequests.templatesGetForUser(String),DbxUserFilePropertiesRequests.templatesListForUser(),DbxUserFilePropertiesRequests.templatesRemoveForUser(String),DbxUserFilesRequests.propertiesTemplateGet(String), andDbxUserFilesRequests.propertiesTemplateList().
 
- 
 
- 
Class com.dropbox.core.v2.fileproperties.UpdatePropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUpdatePropertiesError errorValue 
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.filerequests- 
Class com.dropbox.core.v2.filerequests.CountFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCountFileRequestsError errorValue The error reported byDbxUserFileRequestsRequests.count().
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.CreateFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCreateFileRequestError errorValue The error reported byDbxUserFileRequestsRequests.create(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDeleteAllClosedFileRequestsError errorValue The error reported byDbxUserFileRequestsRequests.deleteAllClosed().
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.DeleteFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDeleteFileRequestError errorValue The error reported byDbxUserFileRequestsRequests.delete(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.GetFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetFileRequestError errorValue The error reported byDbxUserFileRequestsRequests.get(String).
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.ListFileRequestsContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFileRequestsContinueError errorValue The error reported byDbxUserFileRequestsRequests.listContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.ListFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFileRequestsError errorValue The error reported byDbxUserFileRequestsRequests.listV2(long)andDbxUserFileRequestsRequests.list().
 
- 
 
- 
Class com.dropbox.core.v2.filerequests.UpdateFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUpdateFileRequestError errorValue The error reported byDbxUserFileRequestsRequests.update(String).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.files- 
Class com.dropbox.core.v2.files.AddTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAddTagError errorValue The error reported byDbxUserFilesRequests.tagsAdd(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.AlphaGetMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAlphaGetMetadataError errorValue The error reported byDbxUserFilesRequests.alphaGetMetadata(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.BaseTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueBaseTagError errorValue The error reported byDbxUserFilesRequests.tagsGet(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.files.CreateFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCreateFolderError errorValue The error reported byDbxUserFilesRequests.createFolderV2(String,boolean)andDbxUserFilesRequests.createFolder(String,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.files.DeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDeleteError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.files.DownloadErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDownloadError errorValue The error reported byDbxUserFilesRequests.download(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.DownloadZipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDownloadZipError errorValue The error reported byDbxUserFilesRequests.downloadZip(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.ExportErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueExportError errorValue The error reported byDbxUserFilesRequests.export(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.GetCopyReferenceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetCopyReferenceError errorValue The error reported byDbxUserFilesRequests.copyReferenceGet(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.GetMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetMetadataError errorValue The error reported byDbxUserFilesRequests.getMetadata(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.GetTemporaryLinkErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetTemporaryLinkError errorValue The error reported byDbxUserFilesRequests.getTemporaryLink(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.GetThumbnailBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetThumbnailBatchError errorValue The error reported byDbxUserFilesRequests.getThumbnailBatch(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.files.ListFolderContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFolderContinueError errorValue The error reported byDbxAppFilesRequests.listFolderContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.ListFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFolderError errorValue The error reported byDbxAppFilesRequests.listFolder(String)andDbxUserFilesRequests.listFolderGetLatestCursor(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.ListFolderLongpollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFolderLongpollError errorValue The error reported byDbxUserFilesRequests.listFolderLongpoll(String,long).
 
- 
 
- 
Class com.dropbox.core.v2.files.ListRevisionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListRevisionsError errorValue The error reported byDbxUserFilesRequests.listRevisions(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.LockFileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLockFileError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.files.PaperCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePaperCreateError errorValue The error reported byDbxUserFilesRequests.paperCreate(String,ImportFormat).
 
- 
 
- 
Class com.dropbox.core.v2.files.PaperUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePaperUpdateError errorValue The error reported byDbxUserFilesRequests.paperUpdate(String,ImportFormat,PaperDocUpdatePolicy,Long).
 
- 
 
- 
Class com.dropbox.core.v2.files.PreviewErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePreviewError errorValue The error reported byDbxUserFilesRequests.getPreview(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.RelocationErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRelocationError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.files.RemoveTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRemoveTagError errorValue The error reported byDbxUserFilesRequests.tagsRemove(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.RestoreErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRestoreError errorValue The error reported byDbxUserFilesRequests.restore(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.SaveCopyReferenceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSaveCopyReferenceError errorValue The error reported byDbxUserFilesRequests.copyReferenceSave(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.SaveUrlErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSaveUrlError errorValue The error reported byDbxUserFilesRequests.saveUrl(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.SearchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSearchError errorValue The error reported byDbxUserFilesRequests.search(String,String),DbxUserFilesRequests.searchV2(String), andDbxUserFilesRequests.searchContinueV2(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.ThumbnailErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueThumbnailError errorValue The error reported byDbxUserFilesRequests.getThumbnail(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.ThumbnailV2ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueThumbnailV2Error errorValue The error reported byDbxAppFilesRequests.getThumbnailV2(PathOrLink).
 
- 
 
- 
Class com.dropbox.core.v2.files.UploadErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUploadError errorValue The error reported byDbxUserFilesRequests.alphaUpload(String)andDbxUserFilesRequests.upload(String).
 
- 
 
- 
Class com.dropbox.core.v2.files.UploadSessionAppendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUploadSessionAppendError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.files.UploadSessionFinishErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUploadSessionFinishError errorValue The error reported byDbxUserFilesRequests.uploadSessionFinish(UploadSessionCursor,CommitInfo,String).
 
- 
 
- 
Class com.dropbox.core.v2.files.UploadSessionStartErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUploadSessionStartError errorValue The error reported byDbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.openid- 
Class com.dropbox.core.v2.openid.UserInfoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUserInfoError errorValue The error reported byDbxUserOpenidRequests.userinfo(com.dropbox.core.v2.openid.UserInfoArgs).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.paper- 
Class com.dropbox.core.v2.paper.DocLookupErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDocLookupError errorValue The error reported byDbxUserPaperRequests.docsArchive(String),DbxUserPaperRequests.docsDownload(String,ExportFormat),DbxUserPaperRequests.docsFolderUsersList(String,int),DbxUserPaperRequests.docsGetFolderInfo(String),DbxUserPaperRequests.docsPermanentlyDelete(String),DbxUserPaperRequests.docsSharingPolicyGet(String),DbxUserPaperRequests.docsSharingPolicySet(String,SharingPolicy),DbxUserPaperRequests.docsUsersAdd(String,java.util.List),DbxUserPaperRequests.docsUsersList(String), andDbxUserPaperRequests.docsUsersRemove(String,com.dropbox.core.v2.sharing.MemberSelector).
 
- 
 
- 
Class com.dropbox.core.v2.paper.ListDocsCursorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListDocsCursorError errorValue The error reported byDbxUserPaperRequests.docsListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.paper.ListUsersCursorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListUsersCursorError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.paper.PaperDocCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePaperDocCreateError errorValue The error reported byDbxUserPaperRequests.docsCreate(ImportFormat,String).
 
- 
 
- 
Class com.dropbox.core.v2.paper.PaperDocUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePaperDocUpdateError errorValue The error reported byDbxUserPaperRequests.docsUpdate(String,PaperDocUpdatePolicy,long,ImportFormat).
 
- 
 
- 
Class com.dropbox.core.v2.paper.PaperFolderCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValuePaperFolderCreateError errorValue The error reported byDbxUserPaperRequests.foldersCreate(String).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.sharing- 
Class com.dropbox.core.v2.sharing.AddFileMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAddFileMemberError errorValue The error reported byDbxUserSharingRequests.addFileMember(String,java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.AddFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAddFolderMemberError errorValue The error reported byDbxUserSharingRequests.addFolderMember(String,java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.CreateSharedLinkErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCreateSharedLinkError errorValue The error reported byDbxUserSharingRequests.createSharedLink(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCreateSharedLinkWithSettingsError errorValue The error reported byDbxUserSharingRequests.createSharedLinkWithSettings(String,SharedLinkSettings).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.FileMemberActionErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueFileMemberActionError errorValue The error reported byDbxUserSharingRequests.updateFileMember(String,MemberSelector,AccessLevel).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.GetFileMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetFileMetadataError errorValue The error reported byDbxUserSharingRequests.getFileMetadata(String,java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.GetSharedLinkFileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetSharedLinkFileError errorValue The error reported byDbxUserSharingRequests.getSharedLinkFile(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.GetSharedLinksErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetSharedLinksError errorValue The error reported byDbxUserSharingRequests.getSharedLinks(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListFileMembersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFileMembersContinueError errorValue The error reported byDbxUserSharingRequests.listFileMembersContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListFileMembersErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFileMembersError errorValue The error reported byDbxUserSharingRequests.listFileMembers(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListFilesContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFilesContinueError errorValue The error reported byDbxUserSharingRequests.listReceivedFilesContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListFolderMembersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFolderMembersContinueError errorValue The error reported byDbxUserSharingRequests.listFolderMembersContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListFoldersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListFoldersContinueError errorValue The error reported byDbxUserSharingRequests.listFoldersContinue(String)andDbxUserSharingRequests.listMountableFoldersContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ListSharedLinksErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListSharedLinksError errorValue The error reported byDbxUserSharingRequests.listSharedLinks(com.dropbox.core.v2.sharing.ListSharedLinksArg).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueModifySharedLinkSettingsError errorValue The error reported byDbxUserSharingRequests.modifySharedLinkSettings(String,SharedLinkSettings,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.MountFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMountFolderError errorValue The error reported byDbxUserSharingRequests.mountFolder(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.RelinquishFileMembershipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRelinquishFileMembershipError errorValue The error reported byDbxUserSharingRequests.relinquishFileMembership(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.RelinquishFolderMembershipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRelinquishFolderMembershipError errorValue The error reported byDbxUserSharingRequests.relinquishFolderMembership(String,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.RemoveFileMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRemoveFileMemberError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.sharing.RemoveFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRemoveFolderMemberError errorValue The error reported byDbxUserSharingRequests.removeFolderMember(String,MemberSelector,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.RevokeSharedLinkErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRevokeSharedLinkError errorValue The error reported byDbxUserSharingRequests.revokeSharedLink(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.SetAccessInheritanceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSetAccessInheritanceError errorValue The error reported byDbxUserSharingRequests.setAccessInheritance(String,AccessInheritance).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.SharedFolderAccessErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSharedFolderAccessError errorValue The error reported byDbxUserSharingRequests.getFolderMetadata(String,java.util.List)andDbxUserSharingRequests.listFolderMembers(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.SharedLinkErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSharedLinkError errorValue The error reported byDbxAppSharingRequests.getSharedLinkMetadata(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.ShareFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueShareFolderError errorValue The error reported byDbxUserSharingRequests.shareFolder(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.SharingUserErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSharingUserError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.sharing.TransferFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTransferFolderError errorValue The error reported byDbxUserSharingRequests.transferFolder(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.UnmountFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUnmountFolderError errorValue The error reported byDbxUserSharingRequests.unmountFolder(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.UnshareFileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUnshareFileError errorValue The error reported byDbxUserSharingRequests.unshareFile(String).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.UnshareFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUnshareFolderError errorValue The error reported byDbxUserSharingRequests.unshareFolder(String,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.UpdateFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUpdateFolderMemberError errorValue The error reported byDbxUserSharingRequests.updateFolderMember(String,MemberSelector,AccessLevel).
 
- 
 
- 
Class com.dropbox.core.v2.sharing.UpdateFolderPolicyErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUpdateFolderPolicyError errorValue The error reported byDbxUserSharingRequests.updateFolderPolicy(String).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.team- 
Class com.dropbox.core.v2.team.AddSecondaryEmailsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueAddSecondaryEmailsError errorValue The error reported byDbxTeamTeamRequests.membersSecondaryEmailsAdd(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.CustomQuotaErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueCustomQuotaError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.DateRangeErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueDateRangeError errorValue The error reported byDbxTeamTeamRequests.reportsGetActivity(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetDevices(com.dropbox.core.v2.team.DateRange),DbxTeamTeamRequests.reportsGetMembership(com.dropbox.core.v2.team.DateRange), andDbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).
 
- 
 
- 
Class com.dropbox.core.v2.team.ExcludedUsersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueExcludedUsersListContinueError errorValue The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ExcludedUsersListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueExcludedUsersListError errorValue The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersList(long).
 
- 
 
- 
Class com.dropbox.core.v2.team.ExcludedUsersUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueExcludedUsersUpdateError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.FeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueFeaturesGetValuesBatchError errorValue The error reported byDbxTeamTeamRequests.featuresGetValues(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupCreateError errorValue The error reported byDbxTeamTeamRequests.groupsCreate(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupDeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupDeleteError errorValue The error reported byDbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupMembersAddErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupMembersAddError errorValue The error reported byDbxTeamTeamRequests.groupsMembersAdd(GroupSelector,java.util.List,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupMemberSetAccessTypeErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupMemberSetAccessTypeError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupMembersRemoveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupMembersRemoveError errorValue The error reported byDbxTeamTeamRequests.groupsMembersRemove(GroupSelector,java.util.List,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupSelectorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupSelectorError errorValue The error reported byDbxTeamTeamRequests.groupsMembersList(GroupSelector,long).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupsGetInfoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupsGetInfoError errorValue The error reported byDbxTeamTeamRequests.groupsGetInfo(com.dropbox.core.v2.team.GroupsSelector).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupsListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupsListContinueError errorValue The error reported byDbxTeamTeamRequests.groupsListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupsMembersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupsMembersListContinueError errorValue The error reported byDbxTeamTeamRequests.groupsMembersListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupsPollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupsPollError errorValue The error reported byDbxTeamTeamRequests.groupsJobStatusGet(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.GroupUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGroupUpdateError errorValue The error reported byDbxTeamTeamRequests.groupsUpdate(GroupSelector).
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsGetPolicyErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsGetPolicyError errorValue The error reported byDbxTeamTeamRequests.legalHoldsGetPolicy(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsListHeldRevisionsError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsListPoliciesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsListPoliciesError errorValue The error reported byDbxTeamTeamRequests.legalHoldsListPolicies(boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsPolicyCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsPolicyCreateError errorValue The error reported byDbxTeamTeamRequests.legalHoldsCreatePolicy(String,java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsPolicyReleaseErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsPolicyReleaseError errorValue The error reported byDbxTeamTeamRequests.legalHoldsReleasePolicy(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.LegalHoldsPolicyUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueLegalHoldsPolicyUpdateError errorValue The error reported byDbxTeamTeamRequests.legalHoldsUpdatePolicy(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ListMemberAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListMemberAppsError errorValue The error reported byDbxTeamTeamRequests.linkedAppsListMemberLinkedApps(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ListMemberDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListMemberDevicesError errorValue The error reported byDbxTeamTeamRequests.devicesListMemberDevices(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ListMembersAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListMembersAppsError errorValue The error reported byDbxTeamTeamRequests.linkedAppsListMembersLinkedApps(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ListMembersDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListMembersDevicesError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.ListTeamAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListTeamAppsError errorValue The error reported byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.ListTeamDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueListTeamDevicesError errorValue The error reported byDbxTeamTeamRequests.devicesListTeamDevices(com.dropbox.core.v2.team.ListTeamDevicesArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersDeleteProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersDeleteProfilePhotoError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersGetInfoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersGetInfoError errorValue The error reported byDbxTeamTeamRequests.membersGetInfoV2(java.util.List)andDbxTeamTeamRequests.membersGetInfo(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersListContinueError errorValue The error reported byDbxTeamTeamRequests.membersListContinueV2(String)andDbxTeamTeamRequests.membersListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersListError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersRecoverErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersRecoverError errorValue The error reported byDbxTeamTeamRequests.membersRecover(UserSelectorArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersRemoveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersRemoveError errorValue The error reported byDbxTeamTeamRequests.membersRemove(UserSelectorArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSendWelcomeErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSendWelcomeError errorValue The error reported byDbxTeamTeamRequests.membersSendWelcomeEmail(com.dropbox.core.v2.team.UserSelectorArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSetPermissions2ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSetPermissions2Error errorValue The error reported byDbxTeamTeamRequests.membersSetAdminPermissionsV2(UserSelectorArg,java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSetPermissionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSetPermissionsError errorValue The error reported byDbxTeamTeamRequests.membersSetAdminPermissions(UserSelectorArg,AdminTier).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSetProfileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSetProfileError errorValue The error reported byDbxTeamTeamRequests.membersSetProfileV2(UserSelectorArg)andDbxTeamTeamRequests.membersSetProfile(UserSelectorArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSetProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSetProfilePhotoError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersSuspendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersSuspendError errorValue The error reported byDbxTeamTeamRequests.membersSuspend(UserSelectorArg,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersTransferFormerMembersFilesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersTransferFormerMembersFilesError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.MembersUnsuspendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueMembersUnsuspendError errorValue The error reported byDbxTeamTeamRequests.membersUnsuspend(UserSelectorArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.RevokeDeviceSessionBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRevokeDeviceSessionBatchError errorValue The error reported byDbxTeamTeamRequests.devicesRevokeDeviceSessionBatch(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.RevokeDeviceSessionErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRevokeDeviceSessionError errorValue 
 
- 
 
- 
Class com.dropbox.core.v2.team.RevokeLinkedAppBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRevokeLinkedAppBatchError errorValue The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedAppBatch(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.RevokeLinkedAppErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueRevokeLinkedAppError errorValue The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedApp(String,String,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.SetCustomQuotaErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueSetCustomQuotaError errorValue The error reported byDbxTeamTeamRequests.memberSpaceLimitsSetCustomQuota(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderActivateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderActivateError errorValue The error reported byDbxTeamTeamRequests.teamFolderActivate(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderArchiveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderArchiveError errorValue The error reported byDbxTeamTeamRequests.teamFolderArchive(String,boolean).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderCreateError errorValue The error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderListContinueError errorValue The error reported byDbxTeamTeamRequests.teamFolderListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderListError errorValue The error reported byDbxTeamTeamRequests.teamFolderList(long).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderPermanentlyDeleteError errorValue The error reported byDbxTeamTeamRequests.teamFolderPermanentlyDelete(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderRenameErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderRenameError errorValue The error reported byDbxTeamTeamRequests.teamFolderRename(String,String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamFolderUpdateSyncSettingsError errorValue The error reported byDbxTeamTeamRequests.teamFolderUpdateSyncSettings(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamNamespacesListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamNamespacesListContinueError errorValue The error reported byDbxTeamTeamRequests.namespacesListContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.team.TeamNamespacesListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTeamNamespacesListError errorValue The error reported byDbxTeamTeamRequests.namespacesList(long).
 
- 
 
- 
Class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueTokenGetAuthenticatedAdminError errorValue The error reported byDbxTeamTeamRequests.tokenGetAuthenticatedAdmin().
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.teamlog- 
Class com.dropbox.core.v2.teamlog.GetTeamEventsContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetTeamEventsContinueError errorValue The error reported byDbxTeamTeamLogRequests.getEventsContinue(String).
 
- 
 
- 
Class com.dropbox.core.v2.teamlog.GetTeamEventsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetTeamEventsError errorValue The error reported byDbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
 
- 
 
 
- 
- 
Package com.dropbox.core.v2.users- 
Class com.dropbox.core.v2.users.GetAccountBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetAccountBatchError errorValue The error reported byDbxUserUsersRequests.getAccountBatch(java.util.List).
 
- 
 
- 
Class com.dropbox.core.v2.users.GetAccountErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueGetAccountError errorValue The error reported byDbxUserUsersRequests.getAccount(String).
 
- 
 
- 
Class com.dropbox.core.v2.users.UserFeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
errorValueUserFeaturesGetValuesBatchError errorValue The error reported byDbxUserUsersRequests.featuresGetValues(java.util.List).
 
- 
 
 
-