Serialized Form
-
Package com.dropbox.core
-
Class com.dropbox.core.AccessErrorException extends DbxException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
accessError
AccessError 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
-
statusCode
int 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
-
userMessage
LocalizedText userMessage
-
-
Class com.dropbox.core.DbxException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
requestId
java.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
-
errValue
java.lang.Object errValue
-
requestId
java.lang.String requestId
-
userMessage
LocalizedText userMessage
-
-
Class com.dropbox.core.InvalidAccessTokenException extends DbxException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
authError
AuthError 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
-
owner
NoThrowOutputStream owner
-
-
Class com.dropbox.core.PathRootErrorException extends DbxException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
pathRootError
PathRootError 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
-
backoffMillis
long 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
-
reason
java.io.IOException reason
-
-
Class com.dropbox.core.json.JsonReader.FileLoadException.JsonError extends JsonReader.FileLoadException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
reason
JsonReadException reason
-
-
Class com.dropbox.core.json.JsonReadException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
error
java.lang.String error
-
location
com.fasterxml.jackson.core.JsonLocation location
-
path
JsonReadException.PathPart path
-
-
-
Package com.dropbox.core.oauth
-
Class com.dropbox.core.oauth.DbxOAuthException extends DbxException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dbxOAuthError
DbxOAuthError 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
-
underlying
DbxException underlying
-
-
Class com.dropbox.core.v1.DbxEntry extends Dumpable implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
iconName
java.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/metadata
HTTP endpoint. -
mightHaveThumbnail
boolean mightHaveThumbnail
Whether this file or folder might have a thumbnail image you can retrieve via theDbxClientV1.getThumbnail
call. If this istrue
, there might be a thumbnail available. If this isfalse
, there is definitely no thumbnail available. -
name
java.lang.String name
Just the last part ofDbxEntry.path
. Derived automatically fromDbxEntry.path
.- See Also:
DbxPathV1.getName(java.lang.String)
-
path
java.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
-
clientMtime
java.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).
-
humanSize
java.lang.String humanSize
A human-readable string version of the file size (ex: "13 kb"). This string will be localized based on theLocale
inDbxRequestConfig.userLocale
(passed in to theDbxClientV1
constructor). -
lastModified
java.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.clientMtime
is a better estimate.) -
numBytes
long numBytes
The size, in bytes, of the file content. -
photoInfo
DbxEntry.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
-
rev
java.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. -
videoInfo
DbxEntry.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
-
children
java.util.List<DbxEntry> children
IfDbxEntry.WithChildren.entry
is a folder, this will contain the metadata of the folder's immediate children. If it's not a folder, this will benull
. -
entry
DbxEntry entry
The metadata for the base file or folder. -
hash
java.lang.String hash
IfDbxEntry.WithChildren.entry
is 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
-
children
C children
IfDbxEntry.WithChildrenC.entry
is a folder, this will contain the metadata of the folder's immediate children. If it's not a folder, this will benull
. -
entry
DbxEntry entry
-
hash
java.lang.String hash
IfDbxEntry.WithChildrenC.entry
is 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
-
errorValue
SetProfilePhotoError 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
-
errorValue
PollError 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
-
errorValue
TokenFromOAuth1Error 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
-
errorValue
DeleteManualContactsError 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
-
errorValue
AddPropertiesError errorValue
-
-
Class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
InvalidPropertyGroupError errorValue
-
-
Class com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ModifyTemplateError 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
-
errorValue
PropertiesSearchContinueError errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesSearchContinue(String)
.
-
-
Class com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PropertiesSearchError 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
-
errorValue
RemovePropertiesError errorValue
-
-
Class com.dropbox.core.v2.fileproperties.TemplateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TemplateError 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
-
errorValue
UpdatePropertiesError errorValue
-
-
-
Package com.dropbox.core.v2.filerequests
-
Class com.dropbox.core.v2.filerequests.CountFileRequestsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CountFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.count()
.
-
-
Class com.dropbox.core.v2.filerequests.CreateFileRequestErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CreateFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.create(String,String)
.
-
-
Class com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteAllClosedFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.deleteAllClosed()
.
-
-
Class com.dropbox.core.v2.filerequests.DeleteFileRequestErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.delete(java.util.List)
.
-
-
Class com.dropbox.core.v2.filerequests.GetFileRequestErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.get(String)
.
-
-
Class com.dropbox.core.v2.filerequests.ListFileRequestsContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileRequestsContinueError errorValue
The error reported byDbxUserFileRequestsRequests.listContinue(String)
.
-
-
Class com.dropbox.core.v2.filerequests.ListFileRequestsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.listV2(long)
andDbxUserFileRequestsRequests.list()
.
-
-
Class com.dropbox.core.v2.filerequests.UpdateFileRequestErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFileRequestError 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
-
errorValue
AddTagError errorValue
The error reported byDbxUserFilesRequests.tagsAdd(String,String)
.
-
-
Class com.dropbox.core.v2.files.AlphaGetMetadataErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AlphaGetMetadataError errorValue
The error reported byDbxUserFilesRequests.alphaGetMetadata(String)
.
-
-
Class com.dropbox.core.v2.files.BaseTagErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
BaseTagError errorValue
The error reported byDbxUserFilesRequests.tagsGet(java.util.List)
.
-
-
Class com.dropbox.core.v2.files.CreateFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CreateFolderError 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
-
errorValue
DeleteError errorValue
-
-
Class com.dropbox.core.v2.files.DownloadErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DownloadError errorValue
The error reported byDbxUserFilesRequests.download(String,String)
.
-
-
Class com.dropbox.core.v2.files.DownloadZipErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DownloadZipError errorValue
The error reported byDbxUserFilesRequests.downloadZip(String)
.
-
-
Class com.dropbox.core.v2.files.ExportErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExportError errorValue
The error reported byDbxUserFilesRequests.export(String,String)
.
-
-
Class com.dropbox.core.v2.files.GetCopyReferenceErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetCopyReferenceError errorValue
The error reported byDbxUserFilesRequests.copyReferenceGet(String)
.
-
-
Class com.dropbox.core.v2.files.GetMetadataErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetMetadataError errorValue
The error reported byDbxUserFilesRequests.getMetadata(String)
.
-
-
Class com.dropbox.core.v2.files.GetTemporaryLinkErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetTemporaryLinkError errorValue
The error reported byDbxUserFilesRequests.getTemporaryLink(String)
.
-
-
Class com.dropbox.core.v2.files.GetThumbnailBatchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetThumbnailBatchError errorValue
The error reported byDbxUserFilesRequests.getThumbnailBatch(java.util.List)
.
-
-
Class com.dropbox.core.v2.files.ListFolderContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderContinueError errorValue
The error reported byDbxAppFilesRequests.listFolderContinue(String)
.
-
-
Class com.dropbox.core.v2.files.ListFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderError 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
-
errorValue
ListFolderLongpollError errorValue
The error reported byDbxUserFilesRequests.listFolderLongpoll(String,long)
.
-
-
Class com.dropbox.core.v2.files.ListRevisionsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListRevisionsError errorValue
The error reported byDbxUserFilesRequests.listRevisions(String)
.
-
-
Class com.dropbox.core.v2.files.LockFileErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LockFileError errorValue
-
-
Class com.dropbox.core.v2.files.PaperCreateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperCreateError errorValue
The error reported byDbxUserFilesRequests.paperCreate(String,ImportFormat)
.
-
-
Class com.dropbox.core.v2.files.PaperUpdateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperUpdateError 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
-
errorValue
PreviewError errorValue
The error reported byDbxUserFilesRequests.getPreview(String,String)
.
-
-
Class com.dropbox.core.v2.files.RelocationErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelocationError errorValue
-
-
Class com.dropbox.core.v2.files.RemoveTagErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveTagError errorValue
The error reported byDbxUserFilesRequests.tagsRemove(String,String)
.
-
-
Class com.dropbox.core.v2.files.RestoreErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RestoreError errorValue
The error reported byDbxUserFilesRequests.restore(String,String)
.
-
-
Class com.dropbox.core.v2.files.SaveCopyReferenceErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SaveCopyReferenceError errorValue
The error reported byDbxUserFilesRequests.copyReferenceSave(String,String)
.
-
-
Class com.dropbox.core.v2.files.SaveUrlErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SaveUrlError errorValue
The error reported byDbxUserFilesRequests.saveUrl(String,String)
.
-
-
Class com.dropbox.core.v2.files.SearchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SearchError 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
-
errorValue
ThumbnailError errorValue
The error reported byDbxUserFilesRequests.getThumbnail(String)
.
-
-
Class com.dropbox.core.v2.files.ThumbnailV2ErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ThumbnailV2Error errorValue
The error reported byDbxAppFilesRequests.getThumbnailV2(PathOrLink)
.
-
-
Class com.dropbox.core.v2.files.UploadErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadError 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
-
errorValue
UploadSessionAppendError errorValue
-
-
Class com.dropbox.core.v2.files.UploadSessionFinishErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadSessionFinishError errorValue
The error reported byDbxUserFilesRequests.uploadSessionFinish(UploadSessionCursor,CommitInfo,String)
.
-
-
Class com.dropbox.core.v2.files.UploadSessionStartErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadSessionStartError 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
-
errorValue
UserInfoError 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
-
errorValue
DocLookupError 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
-
errorValue
ListDocsCursorError errorValue
The error reported byDbxUserPaperRequests.docsListContinue(String)
.
-
-
Class com.dropbox.core.v2.paper.ListUsersCursorErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListUsersCursorError errorValue
-
-
Class com.dropbox.core.v2.paper.PaperDocCreateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperDocCreateError errorValue
The error reported byDbxUserPaperRequests.docsCreate(ImportFormat,String)
.
-
-
Class com.dropbox.core.v2.paper.PaperDocUpdateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperDocUpdateError 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
-
errorValue
PaperFolderCreateError 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
-
errorValue
AddFileMemberError 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
-
errorValue
AddFolderMemberError 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
-
errorValue
CreateSharedLinkError errorValue
The error reported byDbxUserSharingRequests.createSharedLink(String)
.
-
-
Class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CreateSharedLinkWithSettingsError errorValue
The error reported byDbxUserSharingRequests.createSharedLinkWithSettings(String,SharedLinkSettings)
.
-
-
Class com.dropbox.core.v2.sharing.FileMemberActionErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
FileMemberActionError errorValue
The error reported byDbxUserSharingRequests.updateFileMember(String,MemberSelector,AccessLevel)
.
-
-
Class com.dropbox.core.v2.sharing.GetFileMetadataErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetFileMetadataError 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
-
errorValue
GetSharedLinkFileError errorValue
The error reported byDbxUserSharingRequests.getSharedLinkFile(String)
.
-
-
Class com.dropbox.core.v2.sharing.GetSharedLinksErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetSharedLinksError errorValue
The error reported byDbxUserSharingRequests.getSharedLinks(String)
.
-
-
Class com.dropbox.core.v2.sharing.ListFileMembersContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileMembersContinueError errorValue
The error reported byDbxUserSharingRequests.listFileMembersContinue(String)
.
-
-
Class com.dropbox.core.v2.sharing.ListFileMembersErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileMembersError errorValue
The error reported byDbxUserSharingRequests.listFileMembers(String)
.
-
-
Class com.dropbox.core.v2.sharing.ListFilesContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFilesContinueError errorValue
The error reported byDbxUserSharingRequests.listReceivedFilesContinue(String)
.
-
-
Class com.dropbox.core.v2.sharing.ListFolderMembersContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderMembersContinueError errorValue
The error reported byDbxUserSharingRequests.listFolderMembersContinue(String)
.
-
-
Class com.dropbox.core.v2.sharing.ListFoldersContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFoldersContinueError 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
-
errorValue
ListSharedLinksError 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
-
errorValue
ModifySharedLinkSettingsError errorValue
The error reported byDbxUserSharingRequests.modifySharedLinkSettings(String,SharedLinkSettings,boolean)
.
-
-
Class com.dropbox.core.v2.sharing.MountFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MountFolderError errorValue
The error reported byDbxUserSharingRequests.mountFolder(String)
.
-
-
Class com.dropbox.core.v2.sharing.RelinquishFileMembershipErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelinquishFileMembershipError errorValue
The error reported byDbxUserSharingRequests.relinquishFileMembership(String)
.
-
-
Class com.dropbox.core.v2.sharing.RelinquishFolderMembershipErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelinquishFolderMembershipError errorValue
The error reported byDbxUserSharingRequests.relinquishFolderMembership(String,boolean)
.
-
-
Class com.dropbox.core.v2.sharing.RemoveFileMemberErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveFileMemberError errorValue
-
-
Class com.dropbox.core.v2.sharing.RemoveFolderMemberErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveFolderMemberError errorValue
The error reported byDbxUserSharingRequests.removeFolderMember(String,MemberSelector,boolean)
.
-
-
Class com.dropbox.core.v2.sharing.RevokeSharedLinkErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeSharedLinkError errorValue
The error reported byDbxUserSharingRequests.revokeSharedLink(String)
.
-
-
Class com.dropbox.core.v2.sharing.SetAccessInheritanceErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SetAccessInheritanceError errorValue
The error reported byDbxUserSharingRequests.setAccessInheritance(String,AccessInheritance)
.
-
-
Class com.dropbox.core.v2.sharing.SharedFolderAccessErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharedFolderAccessError 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
-
errorValue
SharedLinkError errorValue
The error reported byDbxAppSharingRequests.getSharedLinkMetadata(String)
.
-
-
Class com.dropbox.core.v2.sharing.ShareFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ShareFolderError errorValue
The error reported byDbxUserSharingRequests.shareFolder(String)
.
-
-
Class com.dropbox.core.v2.sharing.SharingUserErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingUserError errorValue
-
-
Class com.dropbox.core.v2.sharing.TransferFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TransferFolderError errorValue
The error reported byDbxUserSharingRequests.transferFolder(String,String)
.
-
-
Class com.dropbox.core.v2.sharing.UnmountFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UnmountFolderError errorValue
The error reported byDbxUserSharingRequests.unmountFolder(String)
.
-
-
Class com.dropbox.core.v2.sharing.UnshareFileErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UnshareFileError errorValue
The error reported byDbxUserSharingRequests.unshareFile(String)
.
-
-
Class com.dropbox.core.v2.sharing.UnshareFolderErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UnshareFolderError errorValue
The error reported byDbxUserSharingRequests.unshareFolder(String,boolean)
.
-
-
Class com.dropbox.core.v2.sharing.UpdateFolderMemberErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFolderMemberError errorValue
The error reported byDbxUserSharingRequests.updateFolderMember(String,MemberSelector,AccessLevel)
.
-
-
Class com.dropbox.core.v2.sharing.UpdateFolderPolicyErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFolderPolicyError 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
-
errorValue
AddSecondaryEmailsError errorValue
The error reported byDbxTeamTeamRequests.membersSecondaryEmailsAdd(java.util.List)
.
-
-
Class com.dropbox.core.v2.team.CustomQuotaErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CustomQuotaError errorValue
-
-
Class com.dropbox.core.v2.team.DateRangeErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DateRangeError 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
-
errorValue
ExcludedUsersListContinueError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
.
-
-
Class com.dropbox.core.v2.team.ExcludedUsersListErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExcludedUsersListError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersList(long)
.
-
-
Class com.dropbox.core.v2.team.ExcludedUsersUpdateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExcludedUsersUpdateError errorValue
-
-
Class com.dropbox.core.v2.team.FeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
FeaturesGetValuesBatchError errorValue
The error reported byDbxTeamTeamRequests.featuresGetValues(java.util.List)
.
-
-
Class com.dropbox.core.v2.team.GroupCreateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupCreateError errorValue
The error reported byDbxTeamTeamRequests.groupsCreate(String)
.
-
-
Class com.dropbox.core.v2.team.GroupDeleteErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupDeleteError 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
-
errorValue
GroupMembersAddError 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
-
errorValue
GroupMemberSetAccessTypeError errorValue
-
-
Class com.dropbox.core.v2.team.GroupMembersRemoveErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupMembersRemoveError 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
-
errorValue
GroupSelectorError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersList(GroupSelector,long)
.
-
-
Class com.dropbox.core.v2.team.GroupsGetInfoErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsGetInfoError 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
-
errorValue
GroupsListContinueError errorValue
The error reported byDbxTeamTeamRequests.groupsListContinue(String)
.
-
-
Class com.dropbox.core.v2.team.GroupsMembersListContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsMembersListContinueError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersListContinue(String)
.
-
-
Class com.dropbox.core.v2.team.GroupsPollErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsPollError errorValue
The error reported byDbxTeamTeamRequests.groupsJobStatusGet(String)
.
-
-
Class com.dropbox.core.v2.team.GroupUpdateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupUpdateError errorValue
The error reported byDbxTeamTeamRequests.groupsUpdate(GroupSelector)
.
-
-
Class com.dropbox.core.v2.team.LegalHoldsGetPolicyErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsGetPolicyError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsGetPolicy(String)
.
-
-
Class com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsListHeldRevisionsError errorValue
-
-
Class com.dropbox.core.v2.team.LegalHoldsListPoliciesErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsListPoliciesError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsListPolicies(boolean)
.
-
-
Class com.dropbox.core.v2.team.LegalHoldsPolicyCreateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsPolicyCreateError 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
-
errorValue
LegalHoldsPolicyReleaseError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsReleasePolicy(String)
.
-
-
Class com.dropbox.core.v2.team.LegalHoldsPolicyUpdateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsPolicyUpdateError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsUpdatePolicy(String)
.
-
-
Class com.dropbox.core.v2.team.ListMemberAppsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMemberAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListMemberLinkedApps(String)
.
-
-
Class com.dropbox.core.v2.team.ListMemberDevicesErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMemberDevicesError errorValue
The error reported byDbxTeamTeamRequests.devicesListMemberDevices(String)
.
-
-
Class com.dropbox.core.v2.team.ListMembersAppsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMembersAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListMembersLinkedApps(String)
.
-
-
Class com.dropbox.core.v2.team.ListMembersDevicesErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMembersDevicesError errorValue
-
-
Class com.dropbox.core.v2.team.ListTeamAppsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListTeamAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)
.
-
-
Class com.dropbox.core.v2.team.ListTeamDevicesErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListTeamDevicesError 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
-
errorValue
MembersDeleteProfilePhotoError errorValue
-
-
Class com.dropbox.core.v2.team.MembersGetInfoErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersGetInfoError 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
-
errorValue
MembersListContinueError 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
-
errorValue
MembersListError errorValue
-
-
Class com.dropbox.core.v2.team.MembersRecoverErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersRecoverError errorValue
The error reported byDbxTeamTeamRequests.membersRecover(UserSelectorArg)
.
-
-
Class com.dropbox.core.v2.team.MembersRemoveErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersRemoveError errorValue
The error reported byDbxTeamTeamRequests.membersRemove(UserSelectorArg)
.
-
-
Class com.dropbox.core.v2.team.MembersSendWelcomeErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSendWelcomeError 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
-
errorValue
MembersSetPermissions2Error 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
-
errorValue
MembersSetPermissionsError errorValue
The error reported byDbxTeamTeamRequests.membersSetAdminPermissions(UserSelectorArg,AdminTier)
.
-
-
Class com.dropbox.core.v2.team.MembersSetProfileErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSetProfileError 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
-
errorValue
MembersSetProfilePhotoError errorValue
-
-
Class com.dropbox.core.v2.team.MembersSuspendErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSuspendError errorValue
The error reported byDbxTeamTeamRequests.membersSuspend(UserSelectorArg,boolean)
.
-
-
Class com.dropbox.core.v2.team.MembersTransferFormerMembersFilesErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersTransferFormerMembersFilesError errorValue
-
-
Class com.dropbox.core.v2.team.MembersUnsuspendErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersUnsuspendError errorValue
The error reported byDbxTeamTeamRequests.membersUnsuspend(UserSelectorArg)
.
-
-
Class com.dropbox.core.v2.team.RevokeDeviceSessionBatchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeDeviceSessionBatchError errorValue
The error reported byDbxTeamTeamRequests.devicesRevokeDeviceSessionBatch(java.util.List)
.
-
-
Class com.dropbox.core.v2.team.RevokeDeviceSessionErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeDeviceSessionError errorValue
-
-
Class com.dropbox.core.v2.team.RevokeLinkedAppBatchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeLinkedAppBatchError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedAppBatch(java.util.List)
.
-
-
Class com.dropbox.core.v2.team.RevokeLinkedAppErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeLinkedAppError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedApp(String,String,boolean)
.
-
-
Class com.dropbox.core.v2.team.SetCustomQuotaErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SetCustomQuotaError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsSetCustomQuota(java.util.List)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderActivateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderActivateError errorValue
The error reported byDbxTeamTeamRequests.teamFolderActivate(String)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderArchiveErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderArchiveError errorValue
The error reported byDbxTeamTeamRequests.teamFolderArchive(String,boolean)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderCreateErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderCreateError 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
-
errorValue
TeamFolderListContinueError errorValue
The error reported byDbxTeamTeamRequests.teamFolderListContinue(String)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderListErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderListError errorValue
The error reported byDbxTeamTeamRequests.teamFolderList(long)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderPermanentlyDeleteError errorValue
The error reported byDbxTeamTeamRequests.teamFolderPermanentlyDelete(String)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderRenameErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderRenameError errorValue
The error reported byDbxTeamTeamRequests.teamFolderRename(String,String)
.
-
-
Class com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderUpdateSyncSettingsError errorValue
The error reported byDbxTeamTeamRequests.teamFolderUpdateSyncSettings(String)
.
-
-
Class com.dropbox.core.v2.team.TeamNamespacesListContinueErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamNamespacesListContinueError errorValue
The error reported byDbxTeamTeamRequests.namespacesListContinue(String)
.
-
-
Class com.dropbox.core.v2.team.TeamNamespacesListErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamNamespacesListError errorValue
The error reported byDbxTeamTeamRequests.namespacesList(long)
.
-
-
Class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TokenGetAuthenticatedAdminError 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
-
errorValue
GetTeamEventsContinueError errorValue
The error reported byDbxTeamTeamLogRequests.getEventsContinue(String)
.
-
-
Class com.dropbox.core.v2.teamlog.GetTeamEventsErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetTeamEventsError 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
-
errorValue
GetAccountBatchError errorValue
The error reported byDbxUserUsersRequests.getAccountBatch(java.util.List)
.
-
-
Class com.dropbox.core.v2.users.GetAccountErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetAccountError errorValue
The error reported byDbxUserUsersRequests.getAccount(String)
.
-
-
Class com.dropbox.core.v2.users.UserFeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UserFeaturesGetValuesBatchError errorValue
The error reported byDbxUserUsersRequests.featuresGetValues(java.util.List)
.
-
-