public enum GraphErrorCodes extends java.lang.Enum<GraphErrorCodes>
Modifier and Type | Method and Description |
---|---|
static GraphErrorCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphErrorCodes ACCESS_DENIED
public static final GraphErrorCodes ACTIVITY_LIMIT_REACHED
public static final GraphErrorCodes ASYNC_TASK_FAILED
public static final GraphErrorCodes ASYNC_TASK_NOT_COMPLETED
public static final GraphErrorCodes AUTHENTICATION_CANCELLED
public static final GraphErrorCodes AUTHENTICATION_FAILURE
public static final GraphErrorCodes GENERAL_EXCEPTION
public static final GraphErrorCodes INVALID_RANGE
public static final GraphErrorCodes INVALID_REQUEST
public static final GraphErrorCodes ITEM_NOT_FOUND
public static final GraphErrorCodes MALWARE_DETECTED
public static final GraphErrorCodes NAME_ALREADY_EXISTS
public static final GraphErrorCodes NOT_ALLOWED
public static final GraphErrorCodes NOT_SUPPORTED
public static final GraphErrorCodes QUOTA_LIMIT_REACHED
public static final GraphErrorCodes RESOURCE_MODIFIED
public static final GraphErrorCodes RESYNC_REQUIRED
public static final GraphErrorCodes SERVICE_NOT_AVAILABLE
public static final GraphErrorCodes TOO_MANY_REDIRECTS
public static final GraphErrorCodes UNAUTHENTICATED
public static final GraphErrorCodes ACCESS_RESTRICTED
public static final GraphErrorCodes AUTHORIZATION_REQUEST_DENIED
public static final GraphErrorCodes CANNOT_SNAPSHOT_TREE
public static final GraphErrorCodes CHILD_ITEM_COUNT_EXCEEDED
public static final GraphErrorCodes ERROR_INVALID_ID_MALFORMED
public static final GraphErrorCodes ERROR_INVALID_USER
public static final GraphErrorCodes ENTITY_TAG_DOES_NOT_MATCH
public static final GraphErrorCodes FRAGMENT_LENGTH_MISMATCH
public static final GraphErrorCodes FRAGMENT_OUT_OF_ORDER
public static final GraphErrorCodes FRAGMENT_OVERLAP
public static final GraphErrorCodes INVALID_ACCEPT_TYPE
public static final GraphErrorCodes INVALID_PARAMETER_FORMAT
public static final GraphErrorCodes INVALID_PATH
public static final GraphErrorCodes INVALID_QUERY_OPTION
public static final GraphErrorCodes INVALID_START_INDEX
public static final GraphErrorCodes LOCK_MISMATCH
public static final GraphErrorCodes LOCK_NOT_FOUND_OR_ALREADY_EXPIRED
public static final GraphErrorCodes LOCK_OWNER_MISMATCH
public static final GraphErrorCodes MALFORMED_ENTITY_TAG
public static final GraphErrorCodes MAX_DOCUMENT_COUNT_EXCEEDED
public static final GraphErrorCodes MAX_FILE_SIZE_EXCEEDED
public static final GraphErrorCodes MAX_FOLDER_COUNT_EXCEEDED
public static final GraphErrorCodes MAX_FRAGMENT_LENGTH_EXCEEDED
public static final GraphErrorCodes MAX_ITEM_COUNT_EXCEEDED
public static final GraphErrorCodes MAX_QUERY_LENGTH_EXCEEDED
public static final GraphErrorCodes MAX_STREAM_SIZE_EXCEEDED
public static final GraphErrorCodes PARAMETER_IS_TOO_LONG
public static final GraphErrorCodes PARAMETER_IS_TOO_SMALL
public static final GraphErrorCodes PATH_IS_TOO_LONG
public static final GraphErrorCodes PATH_TOO_DEEP
public static final GraphErrorCodes PROPERTY_NOT_UPDATEABLE
public static final GraphErrorCodes RESYNC_APPLY_DIFFERENCES
public static final GraphErrorCodes RESYNC_UPLOAD_DIFFERENCES
public static final GraphErrorCodes SERVICE_READ_ONLY
public static final GraphErrorCodes THROTTLED_REQUEST
public static final GraphErrorCodes TOO_MANY_RESULTS_REQUESTED
public static final GraphErrorCodes TOO_MANY_TERMS_IN_QUERY
public static final GraphErrorCodes TOTAL_AFFECTED_ITEM_COUNT_EXCEEDED
public static final GraphErrorCodes TRUNCATION_NOT_ALLOWED
public static final GraphErrorCodes UPLOAD_SESSION_FAILED
public static final GraphErrorCodes UPLOAD_SESSION_INCOMPLETE
public static final GraphErrorCodes UPLOAD_SESSION_NOT_FOUND
public static final GraphErrorCodes VIRUS_SUSPICIOUS
public static final GraphErrorCodes ZERO_OR_FEWER_RESULTS_REQUESTED
public static GraphErrorCodes[] values()
for (GraphErrorCodes c : GraphErrorCodes.values()) System.out.println(c);
public static GraphErrorCodes 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