Serialized Form
-
Package com.dropbox.core
-
Exception Class com.dropbox.core.AccessErrorException
class AccessErrorException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
accessError
AccessError accessError
-
-
Exception Class com.dropbox.core.BadRequestException
class BadRequestException extends ProtocolException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.BadResponseCodeException
class BadResponseCodeException extends BadResponseException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
statusCode
int statusCode
-
-
Exception Class com.dropbox.core.BadResponseException
class BadResponseException extends ProtocolException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxApiException
class DbxApiException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
userMessage
LocalizedText userMessage
-
-
Exception Class com.dropbox.core.DbxException
class DbxException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
requestId
String requestId
-
-
Exception Class com.dropbox.core.DbxWebAuth.BadRequestException
class BadRequestException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWebAuth.BadStateException
class BadStateException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWebAuth.CsrfException
class CsrfException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWebAuth.Exception
class Exception extends Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWebAuth.NotApprovedException
class NotApprovedException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWebAuth.ProviderException
class ProviderException extends DbxWebAuth.Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.DbxWrappedException
class DbxWrappedException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errValue
Object errValue
-
requestId
String requestId
-
userMessage
LocalizedText userMessage
-
-
Exception Class com.dropbox.core.InvalidAccessTokenException
class InvalidAccessTokenException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
authError
AuthError authError
-
-
Exception Class com.dropbox.core.NetworkIOException
class NetworkIOException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.NoThrowInputStream.HiddenException
class HiddenException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.NoThrowOutputStream.HiddenException
class HiddenException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
owner
NoThrowOutputStream owner
-
-
Exception Class com.dropbox.core.PathRootErrorException
class PathRootErrorException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
pathRootError
PathRootError pathRootError
-
-
Exception Class com.dropbox.core.ProtocolException
class ProtocolException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.RateLimitException
class RateLimitException extends RetryException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.RetryException
class RetryException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
backoffMillis
long backoffMillis
-
-
Exception Class com.dropbox.core.ServerException
class ServerException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
-
Package com.dropbox.core.json
-
Exception Class com.dropbox.core.json.JsonReader.FileLoadException
class FileLoadException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.json.JsonReader.FileLoadException.IOError
class IOError extends JsonReader.FileLoadException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
reason
IOException reason
-
-
Exception Class com.dropbox.core.json.JsonReader.FileLoadException.JsonError
class JsonError extends JsonReader.FileLoadException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
reason
JsonReadException reason
-
-
Exception Class com.dropbox.core.json.JsonReadException
class JsonReadException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
error
String error
-
location
com.fasterxml.jackson.core.JsonLocation location
-
path
JsonReadException.PathPart path
-
-
-
Package com.dropbox.core.oauth
-
Exception Class com.dropbox.core.oauth.DbxOAuthException
class DbxOAuthException extends DbxException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
dbxOAuthError
DbxOAuthError dbxOAuthError
-
-
-
Package com.dropbox.core.util
-
Exception Class com.dropbox.core.util.IOUtil.ReadException
class ReadException extends IOUtil.WrappedException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.util.IOUtil.WrappedException
class WrappedException extends IOException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.dropbox.core.util.IOUtil.WriteException
class WriteException extends IOUtil.WrappedException implements Serializable- serialVersionUID:
- 0L
-
-
Package com.dropbox.core.v1
-
Exception Class com.dropbox.core.v1.DbxClientV1.IODbxException
class IODbxException extends IOException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
underlying
DbxException underlying
-
-
Class com.dropbox.core.v1.DbxEntry
class DbxEntry extends Dumpable implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
iconName
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. -
mightHaveThumbnail
boolean 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. -
name
String name
Just the last part ofDbxEntry.path. Derived automatically fromDbxEntry.path.- See Also:
-
path
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
class File extends DbxEntry implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
clientMtime
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
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). -
lastModified
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.) -
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
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
class Folder extends DbxEntry implements Serializable- serialVersionUID:
- 0L
-
Class com.dropbox.core.v1.DbxEntry.WithChildren
class WithChildren extends Dumpable implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
children
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. -
entry
DbxEntry entry
The metadata for the base file or folder. -
hash
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
class WithChildrenC extends Dumpable implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
children
C 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. -
entry
DbxEntry entry
-
hash
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
-
Exception Class com.dropbox.core.v2.account.AccountPhotoGetErrorException
class AccountPhotoGetErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AccountPhotoGetError errorValue
The error reported byDbxUserAccountRequests.getPhoto(String,String,boolean,boolean).
-
-
Exception Class com.dropbox.core.v2.account.DeleteProfilePhotoErrorException
class DeleteProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteProfilePhotoError errorValue
The error reported byDbxUserAccountRequests.deleteProfilePhoto(com.dropbox.core.v2.account.DeleteProfilePhotoArg).
-
-
Exception Class com.dropbox.core.v2.account.SetProfilePhotoErrorException
class SetProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SetProfilePhotoError errorValue
The error reported byDbxUserAccountRequests.setProfilePhoto(PhotoSourceArg).
-
-
-
Package com.dropbox.core.v2.async
-
Exception Class com.dropbox.core.v2.async.PollErrorException
class PollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PollError errorValue
The error reported byDbxAppRivieraRequests.getMarkdownAsyncCheck(String),DbxAppRivieraRequests.getTranscriptAsyncCheck(String),DbxTeamTeamRequests.membersAddJobStatusGet(String),DbxTeamTeamRequests.membersAddJobStatusGetV2(String),DbxTeamTeamRequests.membersMoveFormerMemberFilesJobStatusCheck(String),DbxTeamTeamRequests.membersRemoveJobStatusGet(String),DbxTeamTeamRequests.teamFolderArchiveCheck(String),DbxUserFilesRequests.copyBatchCheck(String),DbxUserFilesRequests.copyBatchCheckV2(String),DbxUserFilesRequests.createFolderBatchCheck(String),DbxUserFilesRequests.deleteBatchCheck(String),DbxUserFilesRequests.moveBatchCheck(String),DbxUserFilesRequests.moveBatchCheckV2(String),DbxUserFilesRequests.saveUrlCheckJobStatus(String),DbxUserFilesRequests.uploadSessionFinishBatchCheck(String),DbxUserSharingRequests.checkJobStatus(String),DbxUserSharingRequests.checkRemoveMemberJobStatus(String), andDbxUserSharingRequests.checkShareJobStatus(String).
-
-
-
Package com.dropbox.core.v2.auth
-
Exception Class com.dropbox.core.v2.auth.TokenFromOAuth1ErrorException
class TokenFromOAuth1ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TokenFromOAuth1Error errorValue
The error reported byDbxAppAuthRequests.tokenFromOauth1(String,String).
-
-
-
Package com.dropbox.core.v2.check
-
Exception Class com.dropbox.core.v2.check.EchoErrorException
class EchoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
EchoError errorValue
The error reported byDbxAppCheckRequests.app(String)andDbxUserCheckRequests.user(String).
-
-
-
Package com.dropbox.core.v2.contacts
-
Exception Class com.dropbox.core.v2.contacts.DeleteManualContactsErrorException
class 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
-
Exception Class com.dropbox.core.v2.fileproperties.AddPropertiesErrorException
class AddPropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AddPropertiesError errorValue
-
-
Exception Class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException
class InvalidPropertyGroupErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
InvalidPropertyGroupError errorValue
-
-
Exception Class com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException
class 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),DbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List),DbxUserFilePropertiesRequests.templatesUpdateForUser(String), and.invalid reference
com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateUpdate(String)
-
-
Exception Class com.dropbox.core.v2.fileproperties.PropertiesSearchContinueErrorException
class PropertiesSearchContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PropertiesSearchContinueError errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesSearchContinue(String).
-
-
Exception Class com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException
class PropertiesSearchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PropertiesSearchError errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter).
-
-
Exception Class com.dropbox.core.v2.fileproperties.RemovePropertiesErrorException
class RemovePropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemovePropertiesError errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesRemove(String,java.util.List)and.invalid reference
com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesRemove(String,java.util.List)
-
-
Exception Class com.dropbox.core.v2.fileproperties.TemplateErrorException
class 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),DbxUserFilePropertiesRequests.templatesGetForUser(String),DbxUserFilePropertiesRequests.templatesListForUser(),DbxUserFilePropertiesRequests.templatesRemoveForUser(String),,invalid reference
com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList, andinvalid reference
com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateGet(String).invalid reference
com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateList
-
-
Exception Class com.dropbox.core.v2.fileproperties.UpdatePropertiesErrorException
class UpdatePropertiesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdatePropertiesError errorValue
-
-
-
Package com.dropbox.core.v2.filerequests
-
Exception Class com.dropbox.core.v2.filerequests.CountFileRequestsErrorException
class CountFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CountFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.count().
-
-
Exception Class com.dropbox.core.v2.filerequests.CreateFileRequestErrorException
class CreateFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CreateFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.create(String,String).
-
-
Exception Class com.dropbox.core.v2.filerequests.DeleteAllClosedFileRequestsErrorException
class DeleteAllClosedFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteAllClosedFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.deleteAllClosed().
-
-
Exception Class com.dropbox.core.v2.filerequests.DeleteFileRequestErrorException
class DeleteFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.delete(java.util.List).
-
-
Exception Class com.dropbox.core.v2.filerequests.GetFileRequestErrorException
class GetFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.get(String).
-
-
Exception Class com.dropbox.core.v2.filerequests.ListFileRequestsContinueErrorException
class ListFileRequestsContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileRequestsContinueError errorValue
The error reported byDbxUserFileRequestsRequests.listContinue(String).
-
-
Exception Class com.dropbox.core.v2.filerequests.ListFileRequestsErrorException
class ListFileRequestsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.list()andDbxUserFileRequestsRequests.listV2(long).
-
-
Exception Class com.dropbox.core.v2.filerequests.UpdateFileRequestErrorException
class UpdateFileRequestErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFileRequestError errorValue
The error reported byDbxUserFileRequestsRequests.update(String).
-
-
-
Package com.dropbox.core.v2.files
-
Exception Class com.dropbox.core.v2.files.AddTagErrorException
class AddTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AddTagError errorValue
The error reported byDbxUserFilesRequests.tagsAdd(String,String).
-
-
Exception Class com.dropbox.core.v2.files.AlphaGetMetadataErrorException
class AlphaGetMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AlphaGetMetadataError errorValue
The error reported byDbxUserFilesRequests.alphaGetMetadata(String).
-
-
Exception Class com.dropbox.core.v2.files.BaseTagErrorException
class BaseTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
BaseTagError errorValue
The error reported byDbxUserFilesRequests.tagsGet(java.util.List).
-
-
Exception Class com.dropbox.core.v2.files.CreateFolderErrorException
class CreateFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CreateFolderError errorValue
The error reported byDbxUserFilesRequests.createFolder(String,boolean)andDbxUserFilesRequests.createFolderV2(String,boolean).
-
-
Exception Class com.dropbox.core.v2.files.DeleteErrorException
class DeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DeleteError errorValue
-
-
Exception Class com.dropbox.core.v2.files.DownloadErrorException
class DownloadErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DownloadError errorValue
The error reported byDbxUserFilesRequests.download(String,String).
-
-
Exception Class com.dropbox.core.v2.files.DownloadZipErrorException
class DownloadZipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DownloadZipError errorValue
The error reported byDbxUserFilesRequests.downloadZip(String).
-
-
Exception Class com.dropbox.core.v2.files.ExportErrorException
class ExportErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExportError errorValue
The error reported byDbxUserFilesRequests.export(String,String).
-
-
Exception Class com.dropbox.core.v2.files.GetCopyReferenceErrorException
class GetCopyReferenceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetCopyReferenceError errorValue
The error reported byDbxUserFilesRequests.copyReferenceGet(String).
-
-
Exception Class com.dropbox.core.v2.files.GetMetadataErrorException
class GetMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetMetadataError errorValue
The error reported byDbxUserFilesRequests.getMetadata(String).
-
-
Exception Class com.dropbox.core.v2.files.GetTemporaryLinkErrorException
class GetTemporaryLinkErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetTemporaryLinkError errorValue
The error reported byDbxUserFilesRequests.getTemporaryLink(String).
-
-
Exception Class com.dropbox.core.v2.files.GetThumbnailBatchErrorException
class GetThumbnailBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetThumbnailBatchError errorValue
The error reported byDbxUserFilesRequests.getThumbnailBatch(java.util.List).
-
-
Exception Class com.dropbox.core.v2.files.ListFolderContinueErrorException
class ListFolderContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderContinueError errorValue
The error reported byDbxAppFilesRequests.listFolderContinue(String).
-
-
Exception Class com.dropbox.core.v2.files.ListFolderErrorException
class ListFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderError errorValue
The error reported byDbxAppFilesRequests.listFolder(String)andDbxUserFilesRequests.listFolderGetLatestCursor(String).
-
-
Exception Class com.dropbox.core.v2.files.ListFolderLongpollErrorException
class ListFolderLongpollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderLongpollError errorValue
The error reported byDbxUserFilesRequests.listFolderLongpoll(String,long).
-
-
Exception Class com.dropbox.core.v2.files.ListRevisionsErrorException
class ListRevisionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListRevisionsError errorValue
The error reported byDbxUserFilesRequests.listRevisions(String).
-
-
Exception Class com.dropbox.core.v2.files.LockFileErrorException
class LockFileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LockFileError errorValue
-
-
Exception Class com.dropbox.core.v2.files.PaperCreateErrorException
class PaperCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperCreateError errorValue
The error reported byDbxUserFilesRequests.paperCreate(String,ImportFormat).
-
-
Exception Class com.dropbox.core.v2.files.PaperUpdateErrorException
class PaperUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperUpdateError errorValue
The error reported byDbxUserFilesRequests.paperUpdate(String,ImportFormat,PaperDocUpdatePolicy,Long).
-
-
Exception Class com.dropbox.core.v2.files.PreviewErrorException
class PreviewErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PreviewError errorValue
The error reported byDbxUserFilesRequests.getPreview(String,String).
-
-
Exception Class com.dropbox.core.v2.files.RelocationErrorException
class RelocationErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelocationError errorValue
-
-
Exception Class com.dropbox.core.v2.files.RemoveTagErrorException
class RemoveTagErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveTagError errorValue
The error reported byDbxUserFilesRequests.tagsRemove(String,String).
-
-
Exception Class com.dropbox.core.v2.files.RestoreErrorException
class RestoreErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RestoreError errorValue
The error reported byDbxUserFilesRequests.restore(String,String).
-
-
Exception Class com.dropbox.core.v2.files.SaveCopyReferenceErrorException
class SaveCopyReferenceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SaveCopyReferenceError errorValue
The error reported byDbxUserFilesRequests.copyReferenceSave(String,String).
-
-
Exception Class com.dropbox.core.v2.files.SaveUrlErrorException
class SaveUrlErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SaveUrlError errorValue
The error reported byDbxUserFilesRequests.saveUrl(String,String).
-
-
Exception Class com.dropbox.core.v2.files.SearchErrorException
class SearchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SearchError errorValue
The error reported byDbxAppFilesRequests.searchV2(String),DbxAppFilesRequests.searchContinueV2(String), andDbxUserFilesRequests.search(String,String).
-
-
Exception Class com.dropbox.core.v2.files.ThumbnailErrorException
class ThumbnailErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ThumbnailError errorValue
The error reported byDbxUserFilesRequests.getThumbnail(String).
-
-
Exception Class com.dropbox.core.v2.files.ThumbnailV2ErrorException
class ThumbnailV2ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ThumbnailV2Error errorValue
The error reported byDbxAppFilesRequests.getThumbnailV2(PathOrLink).
-
-
Exception Class com.dropbox.core.v2.files.UploadErrorException
class UploadErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadError errorValue
The error reported byDbxUserFilesRequests.alphaUpload(String)andDbxUserFilesRequests.upload(String).
-
-
Exception Class com.dropbox.core.v2.files.UploadSessionAppendBatchErrorException
class UploadSessionAppendBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadSessionAppendBatchError errorValue
The error reported byDbxUserFilesRequests.uploadSessionAppendBatch(java.util.List,String).
-
-
Exception Class com.dropbox.core.v2.files.UploadSessionAppendErrorException
class UploadSessionAppendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadSessionAppendError errorValue
-
-
Exception Class com.dropbox.core.v2.files.UploadSessionFinishErrorException
class UploadSessionFinishErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UploadSessionFinishError errorValue
The error reported byDbxUserFilesRequests.uploadSessionFinish(UploadSessionCursor,CommitInfo,String).
-
-
Exception Class com.dropbox.core.v2.files.UploadSessionStartErrorException
class 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
-
Exception Class com.dropbox.core.v2.openid.UserInfoErrorException
class 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
-
Exception Class com.dropbox.core.v2.paper.DocLookupErrorException
class DocLookupErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
DocLookupError errorValue
The error reported byDbxUserPaperRequests.docsArchive(String),DbxUserPaperRequests.docsDownload(String,ExportFormat,boolean),DbxUserPaperRequests.docsFolderUsersList(String,int),DbxUserPaperRequests.docsGetFolderInfo(String),DbxUserPaperRequests.docsGetMetadata(com.dropbox.core.v2.paper.GetDocMetadataArg),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).
-
-
Exception Class com.dropbox.core.v2.paper.ListDocsCursorErrorException
class ListDocsCursorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListDocsCursorError errorValue
The error reported byDbxUserPaperRequests.docsListContinue(String).
-
-
Exception Class com.dropbox.core.v2.paper.ListUsersCursorErrorException
class ListUsersCursorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListUsersCursorError errorValue
-
-
Exception Class com.dropbox.core.v2.paper.PaperDocCreateErrorException
class PaperDocCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperDocCreateError errorValue
The error reported byDbxUserPaperRequests.docsCreate(ImportFormat,String).
-
-
Exception Class com.dropbox.core.v2.paper.PaperDocUpdateErrorException
class PaperDocUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperDocUpdateError errorValue
The error reported byDbxUserPaperRequests.docsUpdate(String,PaperDocUpdatePolicy,long,ImportFormat).
-
-
Exception Class com.dropbox.core.v2.paper.PaperFolderCreateErrorException
class PaperFolderCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
PaperFolderCreateError errorValue
The error reported byDbxUserPaperRequests.foldersCreate(String).
-
-
-
Package com.dropbox.core.v2.sharing
-
Exception Class com.dropbox.core.v2.sharing.AddFileMemberErrorException
class AddFileMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AddFileMemberError errorValue
The error reported byDbxUserSharingRequests.addFileMember(String,java.util.List).
-
-
Exception Class com.dropbox.core.v2.sharing.AddFolderMemberErrorException
class AddFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AddFolderMemberError errorValue
The error reported byDbxUserSharingRequests.addFolderMember(String,java.util.List).
-
-
Exception Class com.dropbox.core.v2.sharing.FileMemberActionErrorException
class FileMemberActionErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
FileMemberActionError errorValue
The error reported byDbxUserSharingRequests.updateFileMember(String,MemberSelector,AccessLevel).
-
-
Exception Class com.dropbox.core.v2.sharing.GetFileMetadataErrorException
class GetFileMetadataErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetFileMetadataError errorValue
The error reported byDbxUserSharingRequests.getFileMetadata(String,java.util.List).
-
-
Exception Class com.dropbox.core.v2.sharing.ListFileMembersContinueErrorException
class ListFileMembersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileMembersContinueError errorValue
The error reported byDbxUserSharingRequests.listFileMembersContinue(String).
-
-
Exception Class com.dropbox.core.v2.sharing.ListFileMembersErrorException
class ListFileMembersErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFileMembersError errorValue
The error reported byDbxUserSharingRequests.listFileMembers(String).
-
-
Exception Class com.dropbox.core.v2.sharing.ListFilesContinueErrorException
class ListFilesContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFilesContinueError errorValue
The error reported byDbxUserSharingRequests.listReceivedFilesContinue(String).
-
-
Exception Class com.dropbox.core.v2.sharing.ListFolderMembersContinueErrorException
class ListFolderMembersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFolderMembersContinueError errorValue
The error reported byDbxUserSharingRequests.listFolderMembersContinue(String).
-
-
Exception Class com.dropbox.core.v2.sharing.ListFoldersContinueErrorException
class ListFoldersContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListFoldersContinueError errorValue
The error reported byDbxUserSharingRequests.listFoldersContinue(String)andDbxUserSharingRequests.listMountableFoldersContinue(String).
-
-
Exception Class com.dropbox.core.v2.sharing.MountFolderErrorException
class MountFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MountFolderError errorValue
The error reported byDbxUserSharingRequests.mountFolder(String).
-
-
Exception Class com.dropbox.core.v2.sharing.RelinquishAccessErrorException
class RelinquishAccessErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelinquishAccessError errorValue
The error reported byDbxUserSharingRequests.relinquishAccess(String).
-
-
Exception Class com.dropbox.core.v2.sharing.RelinquishFileMembershipErrorException
class RelinquishFileMembershipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelinquishFileMembershipError errorValue
The error reported byDbxUserSharingRequests.relinquishFileMembership(String).
-
-
Exception Class com.dropbox.core.v2.sharing.RelinquishFolderMembershipErrorException
class RelinquishFolderMembershipErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RelinquishFolderMembershipError errorValue
The error reported byDbxUserSharingRequests.relinquishFolderMembership(String,boolean).
-
-
Exception Class com.dropbox.core.v2.sharing.RemoveFileMemberErrorException
class RemoveFileMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveFileMemberError errorValue
-
-
Exception Class com.dropbox.core.v2.sharing.RemoveFolderMemberErrorException
class RemoveFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RemoveFolderMemberError errorValue
The error reported byDbxUserSharingRequests.removeFolderMember(String,MemberSelector,boolean).
-
-
Exception Class com.dropbox.core.v2.sharing.SetAccessInheritanceErrorException
class SetAccessInheritanceErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SetAccessInheritanceError errorValue
The error reported byDbxUserSharingRequests.setAccessInheritance(String,AccessInheritance).
-
-
Exception Class com.dropbox.core.v2.sharing.SharingUserErrorException
class SharingUserErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingUserError errorValue
The error reported byDbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List),DbxUserSharingRequests.listFileMembersBatch(java.util.List,long), andDbxUserSharingRequests.listReceivedFiles(com.dropbox.core.v2.sharing.ListFilesArg).
-
-
Exception Class com.dropbox.core.v2.sharing.TransferFolderErrorException
class TransferFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TransferFolderError errorValue
The error reported byDbxUserSharingRequests.transferFolder(String,String).
-
-
Exception Class com.dropbox.core.v2.sharing.UnmountFolderErrorException
class UnmountFolderErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UnmountFolderError errorValue
The error reported byDbxUserSharingRequests.unmountFolder(String).
-
-
Exception Class com.dropbox.core.v2.sharing.UpdateFilePolicyErrorException
class UpdateFilePolicyErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFilePolicyError errorValue
The error reported byDbxUserSharingRequests.updateFilePolicy(String).
-
-
Exception Class com.dropbox.core.v2.sharing.UpdateFolderMemberErrorException
class UpdateFolderMemberErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFolderMemberError errorValue
The error reported byDbxUserSharingRequests.updateFolderMember(String,MemberSelector,AccessLevel).
-
-
Exception Class com.dropbox.core.v2.sharing.UpdateFolderPolicyErrorException
class UpdateFolderPolicyErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UpdateFolderPolicyError errorValue
The error reported byDbxUserSharingRequests.updateFolderPolicy(String).
-
-
-
Package com.dropbox.core.v2.team
-
Exception Class com.dropbox.core.v2.team.AddSecondaryEmailsErrorException
class AddSecondaryEmailsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
AddSecondaryEmailsError errorValue
The error reported byDbxTeamTeamRequests.membersSecondaryEmailsAdd(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.CustomQuotaErrorException
class CustomQuotaErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
CustomQuotaError errorValue
-
-
Exception Class com.dropbox.core.v2.team.DateRangeErrorException
class 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).
-
-
Exception Class com.dropbox.core.v2.team.ExcludedUsersListContinueErrorException
class ExcludedUsersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExcludedUsersListContinueError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.ExcludedUsersListErrorException
class ExcludedUsersListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExcludedUsersListError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsExcludedUsersList(long).
-
-
Exception Class com.dropbox.core.v2.team.ExcludedUsersUpdateErrorException
class ExcludedUsersUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ExcludedUsersUpdateError errorValue
-
-
Exception Class com.dropbox.core.v2.team.FeaturesGetValuesBatchErrorException
class FeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
FeaturesGetValuesBatchError errorValue
The error reported byDbxTeamTeamRequests.featuresGetValues(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.GroupCreateErrorException
class GroupCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupCreateError errorValue
The error reported byDbxTeamTeamRequests.groupsCreate(String).
-
-
Exception Class com.dropbox.core.v2.team.GroupDeleteErrorException
class GroupDeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupDeleteError errorValue
The error reported byDbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector).
-
-
Exception Class com.dropbox.core.v2.team.GroupMembersAddErrorException
class GroupMembersAddErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupMembersAddError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersAdd(GroupSelector,java.util.List,boolean).
-
-
Exception Class com.dropbox.core.v2.team.GroupMemberSetAccessTypeErrorException
class GroupMemberSetAccessTypeErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupMemberSetAccessTypeError errorValue
-
-
Exception Class com.dropbox.core.v2.team.GroupMembersRemoveErrorException
class GroupMembersRemoveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupMembersRemoveError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersRemove(GroupSelector,java.util.List,boolean).
-
-
Exception Class com.dropbox.core.v2.team.GroupSelectorErrorException
class GroupSelectorErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupSelectorError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersList(GroupSelector,long).
-
-
Exception Class com.dropbox.core.v2.team.GroupsGetInfoErrorException
class GroupsGetInfoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsGetInfoError errorValue
The error reported byDbxTeamTeamRequests.groupsGetInfo(com.dropbox.core.v2.team.GroupsSelector).
-
-
Exception Class com.dropbox.core.v2.team.GroupsListContinueErrorException
class GroupsListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsListContinueError errorValue
The error reported byDbxTeamTeamRequests.groupsListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.GroupsMembersListContinueErrorException
class GroupsMembersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsMembersListContinueError errorValue
The error reported byDbxTeamTeamRequests.groupsMembersListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.GroupsPollErrorException
class GroupsPollErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupsPollError errorValue
The error reported byDbxTeamTeamRequests.groupsJobStatusGet(String).
-
-
Exception Class com.dropbox.core.v2.team.GroupUpdateErrorException
class GroupUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GroupUpdateError errorValue
The error reported byDbxTeamTeamRequests.groupsUpdate(GroupSelector).
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsGetPolicyErrorException
class LegalHoldsGetPolicyErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsGetPolicyError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsGetPolicy(String).
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsListHeldRevisionsErrorException
class LegalHoldsListHeldRevisionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsListHeldRevisionsError errorValue
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsListPoliciesErrorException
class LegalHoldsListPoliciesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsListPoliciesError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsListPolicies(boolean).
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsPolicyCreateErrorException
class LegalHoldsPolicyCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsPolicyCreateError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsCreatePolicy(String,java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsPolicyReleaseErrorException
class LegalHoldsPolicyReleaseErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsPolicyReleaseError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsReleasePolicy(String).
-
-
Exception Class com.dropbox.core.v2.team.LegalHoldsPolicyUpdateErrorException
class LegalHoldsPolicyUpdateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
LegalHoldsPolicyUpdateError errorValue
The error reported byDbxTeamTeamRequests.legalHoldsUpdatePolicy(String).
-
-
Exception Class com.dropbox.core.v2.team.ListMemberAppsErrorException
class ListMemberAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMemberAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListMemberLinkedApps(String).
-
-
Exception Class com.dropbox.core.v2.team.ListMemberDevicesErrorException
class ListMemberDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMemberDevicesError errorValue
The error reported byDbxTeamTeamRequests.devicesListMemberDevices(String).
-
-
Exception Class com.dropbox.core.v2.team.ListMembersAppsErrorException
class ListMembersAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMembersAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListMembersLinkedApps(String).
-
-
Exception Class com.dropbox.core.v2.team.ListMembersDevicesErrorException
class ListMembersDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListMembersDevicesError errorValue
The error reported byDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg).
-
-
Exception Class com.dropbox.core.v2.team.ListTeamAppsErrorException
class ListTeamAppsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListTeamAppsError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).
-
-
Exception Class com.dropbox.core.v2.team.ListTeamDevicesErrorException
class ListTeamDevicesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
ListTeamDevicesError errorValue
The error reported byDbxTeamTeamRequests.devicesListTeamDevices(com.dropbox.core.v2.team.ListTeamDevicesArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersDeleteFormerMemberFilesErrorException
class MembersDeleteFormerMemberFilesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersDeleteFormerMemberFilesError errorValue
The error reported byDbxTeamTeamRequests.membersDeleteFormerMemberFiles(UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersDeleteProfilePhotoErrorException
class MembersDeleteProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersDeleteProfilePhotoError errorValue
-
-
Exception Class com.dropbox.core.v2.team.MembersGetInfoErrorException
class MembersGetInfoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersGetInfoError errorValue
The error reported byDbxTeamTeamRequests.membersGetInfo(java.util.List)andDbxTeamTeamRequests.membersGetInfoV2(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.MembersListContinueErrorException
class MembersListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersListContinueError errorValue
The error reported byDbxTeamTeamRequests.membersListContinue(String)andDbxTeamTeamRequests.membersListContinueV2(String).
-
-
Exception Class com.dropbox.core.v2.team.MembersListErrorException
class MembersListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersListError errorValue
The error reported byDbxTeamTeamRequests.membersList(com.dropbox.core.v2.team.MembersListArg)andDbxTeamTeamRequests.membersListV2(com.dropbox.core.v2.team.MembersListArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersRecoverErrorException
class MembersRecoverErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersRecoverError errorValue
The error reported byDbxTeamTeamRequests.membersRecover(UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersRemoveErrorException
class MembersRemoveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersRemoveError errorValue
The error reported byDbxTeamTeamRequests.membersRemove(UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersSendWelcomeErrorException
class MembersSendWelcomeErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSendWelcomeError errorValue
The error reported byDbxTeamTeamRequests.membersSendWelcomeEmail(com.dropbox.core.v2.team.UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersSetPermissions2ErrorException
class MembersSetPermissions2ErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSetPermissions2Error errorValue
The error reported byDbxTeamTeamRequests.membersSetAdminPermissionsV2(UserSelectorArg,java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.MembersSetPermissionsErrorException
class MembersSetPermissionsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSetPermissionsError errorValue
The error reported byDbxTeamTeamRequests.membersSetAdminPermissions(UserSelectorArg,AdminTier).
-
-
Exception Class com.dropbox.core.v2.team.MembersSetProfileErrorException
class MembersSetProfileErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSetProfileError errorValue
The error reported byDbxTeamTeamRequests.membersSetProfile(UserSelectorArg)andDbxTeamTeamRequests.membersSetProfileV2(UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.MembersSetProfilePhotoErrorException
class MembersSetProfilePhotoErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSetProfilePhotoError errorValue
-
-
Exception Class com.dropbox.core.v2.team.MembersSuspendErrorException
class MembersSuspendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersSuspendError errorValue
The error reported byDbxTeamTeamRequests.membersSuspend(UserSelectorArg,boolean).
-
-
Exception Class com.dropbox.core.v2.team.MembersTransferFormerMembersFilesErrorException
class MembersTransferFormerMembersFilesErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersTransferFormerMembersFilesError errorValue
-
-
Exception Class com.dropbox.core.v2.team.MembersUnsuspendErrorException
class MembersUnsuspendErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
MembersUnsuspendError errorValue
The error reported byDbxTeamTeamRequests.membersUnsuspend(UserSelectorArg).
-
-
Exception Class com.dropbox.core.v2.team.RevokeDeviceSessionBatchErrorException
class RevokeDeviceSessionBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeDeviceSessionBatchError errorValue
The error reported byDbxTeamTeamRequests.devicesRevokeDeviceSessionBatch(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.RevokeDeviceSessionErrorException
class RevokeDeviceSessionErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeDeviceSessionError errorValue
-
-
Exception Class com.dropbox.core.v2.team.RevokeLinkedAppBatchErrorException
class RevokeLinkedAppBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeLinkedAppBatchError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedAppBatch(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.RevokeLinkedAppErrorException
class RevokeLinkedAppErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
RevokeLinkedAppError errorValue
The error reported byDbxTeamTeamRequests.linkedAppsRevokeLinkedApp(String,String,boolean).
-
-
Exception Class com.dropbox.core.v2.team.SetCustomQuotaErrorException
class SetCustomQuotaErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SetCustomQuotaError errorValue
The error reported byDbxTeamTeamRequests.memberSpaceLimitsSetCustomQuota(java.util.List).
-
-
Exception Class com.dropbox.core.v2.team.SharingAllowlistAddErrorException
class SharingAllowlistAddErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingAllowlistAddError errorValue
The error reported byDbxTeamTeamRequests.sharingAllowlistAdd(com.dropbox.core.v2.team.SharingAllowlistAddArgs).
-
-
Exception Class com.dropbox.core.v2.team.SharingAllowlistListContinueErrorException
class SharingAllowlistListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingAllowlistListContinueError errorValue
The error reported byDbxTeamTeamRequests.sharingAllowlistListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.SharingAllowlistListErrorException
class SharingAllowlistListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingAllowlistListError errorValue
The error reported byDbxTeamTeamRequests.sharingAllowlistList(long).
-
-
Exception Class com.dropbox.core.v2.team.SharingAllowlistRemoveErrorException
class SharingAllowlistRemoveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
SharingAllowlistRemoveError errorValue
The error reported byDbxTeamTeamRequests.sharingAllowlistRemove(com.dropbox.core.v2.team.SharingAllowlistRemoveArgs).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderActivateErrorException
class TeamFolderActivateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderActivateError errorValue
The error reported byDbxTeamTeamRequests.teamFolderActivate(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderArchiveErrorException
class TeamFolderArchiveErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderArchiveError errorValue
The error reported byDbxTeamTeamRequests.teamFolderArchive(String,boolean).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderCreateErrorException
class TeamFolderCreateErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderCreateError errorValue
The error reported byDbxTeamTeamRequests.teamFolderCreate(String,com.dropbox.core.v2.files.SyncSettingArg).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderListContinueErrorException
class TeamFolderListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderListContinueError errorValue
The error reported byDbxTeamTeamRequests.teamFolderListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderListErrorException
class TeamFolderListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderListError errorValue
The error reported byDbxTeamTeamRequests.teamFolderList(long).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteErrorException
class TeamFolderPermanentlyDeleteErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderPermanentlyDeleteError errorValue
The error reported byDbxTeamTeamRequests.teamFolderPermanentlyDelete(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderRenameErrorException
class TeamFolderRenameErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderRenameError errorValue
The error reported byDbxTeamTeamRequests.teamFolderRename(String,String).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderRestoreErrorException
class TeamFolderRestoreErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderRestoreError errorValue
The error reported byDbxTeamTeamRequests.teamFolderRestore(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsErrorException
class TeamFolderUpdateSyncSettingsErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamFolderUpdateSyncSettingsError errorValue
The error reported byDbxTeamTeamRequests.teamFolderUpdateSyncSettings(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamNamespacesListContinueErrorException
class TeamNamespacesListContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamNamespacesListContinueError errorValue
The error reported byDbxTeamTeamRequests.namespacesListContinue(String).
-
-
Exception Class com.dropbox.core.v2.team.TeamNamespacesListErrorException
class TeamNamespacesListErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TeamNamespacesListError errorValue
The error reported byDbxTeamTeamRequests.namespacesList(long).
-
-
Exception Class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminErrorException
class TokenGetAuthenticatedAdminErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
TokenGetAuthenticatedAdminError errorValue
The error reported byDbxTeamTeamRequests.tokenGetAuthenticatedAdmin().
-
-
-
Package com.dropbox.core.v2.teamlog
-
Exception Class com.dropbox.core.v2.teamlog.GetTeamEventsContinueErrorException
class GetTeamEventsContinueErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetTeamEventsContinueError errorValue
The error reported byDbxTeamTeamLogRequests.getEventsContinue(String).
-
-
Exception Class com.dropbox.core.v2.teamlog.GetTeamEventsErrorException
class 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
-
Exception Class com.dropbox.core.v2.users.GetAccountBatchErrorException
class GetAccountBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetAccountBatchError errorValue
The error reported byDbxUserUsersRequests.getAccountBatch(java.util.List).
-
-
Exception Class com.dropbox.core.v2.users.GetAccountErrorException
class GetAccountErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
GetAccountError errorValue
The error reported byDbxUserUsersRequests.getAccount(String).
-
-
Exception Class com.dropbox.core.v2.users.UserFeaturesGetValuesBatchErrorException
class UserFeaturesGetValuesBatchErrorException extends DbxApiException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorValue
UserFeaturesGetValuesBatchError errorValue
The error reported byDbxUserUsersRequests.featuresGetValues(java.util.List).
-
-