public enum OneDriveErrorCodes extends java.lang.Enum<OneDriveErrorCodes>
| Modifier and Type | Method and Description |
|---|---|
static OneDriveErrorCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OneDriveErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OneDriveErrorCodes AccessDenied
public static final OneDriveErrorCodes ActivityLimitReached
public static final OneDriveErrorCodes AsyncTaskFailed
public static final OneDriveErrorCodes AsyncTaskNotCompleted
public static final OneDriveErrorCodes AuthenticationCancelled
public static final OneDriveErrorCodes AuthenticationFailure
public static final OneDriveErrorCodes AuthenicationPermissionsDenied
public static final OneDriveErrorCodes GeneralException
public static final OneDriveErrorCodes InvalidRange
public static final OneDriveErrorCodes InvalidRequest
public static final OneDriveErrorCodes ItemNotFound
public static final OneDriveErrorCodes MalwareDetected
public static final OneDriveErrorCodes NameAlreadyExists
public static final OneDriveErrorCodes NotAllowed
public static final OneDriveErrorCodes NotSupported
public static final OneDriveErrorCodes QuotaLimitReached
public static final OneDriveErrorCodes ResourceModified
public static final OneDriveErrorCodes ResyncRequired
public static final OneDriveErrorCodes ServiceNotAvailable
public static final OneDriveErrorCodes TooManyRedirects
public static final OneDriveErrorCodes Unauthenticated
public static final OneDriveErrorCodes AccessRestricted
public static final OneDriveErrorCodes CannotSnapshotTree
public static final OneDriveErrorCodes ChildItemCountExceeded
public static final OneDriveErrorCodes EntityTagDoesNotMatch
public static final OneDriveErrorCodes FragmentLengthMismatch
public static final OneDriveErrorCodes FragmentOutOfOrder
public static final OneDriveErrorCodes FragmentOverlap
public static final OneDriveErrorCodes InvalidAcceptType
public static final OneDriveErrorCodes InvalidParameterFormat
public static final OneDriveErrorCodes InvalidPath
public static final OneDriveErrorCodes InvalidQueryOption
public static final OneDriveErrorCodes InvalidStartIndex
public static final OneDriveErrorCodes LockMismatch
public static final OneDriveErrorCodes LockNotFoundOrAlreadyExpired
public static final OneDriveErrorCodes LockOwnerMismatch
public static final OneDriveErrorCodes MalformedEntityTag
public static final OneDriveErrorCodes MaxDocumentCountExceeded
public static final OneDriveErrorCodes MaxFileSizeExceeded
public static final OneDriveErrorCodes MaxFolderCountExceeded
public static final OneDriveErrorCodes MaxFragmentLengthExceeded
public static final OneDriveErrorCodes MaxItemCountExceeded
public static final OneDriveErrorCodes MaxQueryLengthExceeded
public static final OneDriveErrorCodes MaxStreamSizeExceeded
public static final OneDriveErrorCodes ParameterIsTooLong
public static final OneDriveErrorCodes ParameterIsTooSmall
public static final OneDriveErrorCodes PathIsTooLong
public static final OneDriveErrorCodes PathTooDeep
public static final OneDriveErrorCodes PropertyNotUpdateable
public static final OneDriveErrorCodes ResyncApplyDifferences
public static final OneDriveErrorCodes ResyncUploadDifferences
public static final OneDriveErrorCodes ServiceReadOnly
public static final OneDriveErrorCodes ThrottledRequest
public static final OneDriveErrorCodes TooManyResultsRequested
public static final OneDriveErrorCodes TooManyTermsInQuery
public static final OneDriveErrorCodes TotalAffectedItemCountExceeded
public static final OneDriveErrorCodes TruncationNotAllowed
public static final OneDriveErrorCodes UploadSessionFailed
public static final OneDriveErrorCodes UploadSessionIncomplete
public static final OneDriveErrorCodes UploadSessionNotFound
public static final OneDriveErrorCodes VirusSuspicious
public static final OneDriveErrorCodes ZeroOrFewerResultsRequested
public static OneDriveErrorCodes[] values()
for (OneDriveErrorCodes c : OneDriveErrorCodes.values()) System.out.println(c);
public static OneDriveErrorCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null