GraphErrorCodes Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. graph. core. GraphErrorCodes
- com.
- java.
public enum GraphErrorCodes
extends java.lang.Enum<GraphErrorCodes>
The common Graph error codes
Fields
| ACCESS_DENIED |
The collar doesn't have permission to perform the action |
| ACCESS_RESTRICTED |
No description available |
| ACTIVITY_LIMIT_REACHED |
The app or user has been throttled |
| ASYNC_TASK_FAILED |
No description available |
| ASYNC_TASK_NOT_COMPLETED |
No description available |
| AUTHENTICATION_CANCELLED |
No description available |
| AUTHENTICATION_FAILURE |
No description available |
| AUTHORIZATION_REQUEST_DENIED |
Access restricted to the item's owner. |
| CANNOT_SNAPSHOT_TREE |
Failed to get a consistent delta snapshot. |
| CHILD_ITEM_COUNT_EXCEEDED |
Max limit on the number of child items was reached. |
| ENTITY_TAG_DOES_NOT_MATCH |
ETag does not match the current item's value. |
| ERROR_INVALID_ID_MALFORMED |
No description available |
| ERROR_INVALID_USER |
No description available |
| ERROR_ITEM_NOT_FOUND |
The resource could not be found, specific to the Exchange workload. |
| FRAGMENT_LENGTH_MISMATCH |
Declared total size for this fragment is different from that of the upload session. |
| FRAGMENT_OUT_OF_ORDER |
Uploaded fragment is out of order. |
| FRAGMENT_OVERLAP |
Uploaded fragment overlaps with existing data. |
| GENERAL_EXCEPTION |
An unspecified error has occurred. |
| INVALID_ACCEPT_TYPE |
Invalid accept type. |
| INVALID_PARAMETER_FORMAT |
Invalid parameter format. |
| INVALID_PATH |
Name contains invalid characters. |
| INVALID_QUERY_OPTION |
Invalid query option. |
| INVALID_RANGE |
The specified byte range is invalid or unavailable. |
| INVALID_REQUEST |
The request is malformed or incorrect. |
| INVALID_START_INDEX |
Invalid start index. |
| ITEM_NOT_FOUND |
The resource could not be found. |
| LOCK_MISMATCH |
Lock token does not match existing lock. |
| LOCK_NOT_FOUND_OR_ALREADY_EXPIRED |
There is currently no unexpired lock on the item. |
| LOCK_OWNER_MISMATCH |
Lock Owner ID does not match provided ID. |
| MALFORMED_ENTITY_TAG |
ETag header is malformed. |
| MALWARE_DETECTED |
Malware was detected in the requested resource. |
| MAX_DOCUMENT_COUNT_EXCEEDED |
Max limit on number of Documents is reached. |
| MAX_FILE_SIZE_EXCEEDED |
Max file size exceeded. |
| MAX_FOLDER_COUNT_EXCEEDED |
Max limit on number of Folders is reached. |
| MAX_FRAGMENT_LENGTH_EXCEEDED |
Max file size exceeded. |
| MAX_ITEM_COUNT_EXCEEDED |
Max limit on number of Items is reached. |
| MAX_QUERY_LENGTH_EXCEEDED |
Max query length exceeded. |
| MAX_STREAM_SIZE_EXCEEDED |
Maximum stream size exceeded. |
| NAME_ALREADY_EXISTS |
The specified item name already exists. |
| NOT_ALLOWED |
The action is not allowed by the system. |
| NOT_SUPPORTED |
The request is not supported by the system. |
| PARAMETER_IS_TOO_LONG |
Parameter Exceeds Maximum Length. |
| PARAMETER_IS_TOO_SMALL |
Parameter is smaller then minimum value. |
| PATH_IS_TOO_LONG |
Path exceeds maximum length. |
| PATH_TOO_DEEP |
Folder hierarchy depth limit reached. |
| PROPERTY_NOT_UPDATEABLE |
Property not updateable. |
| QUOTA_LIMIT_REACHED |
The user has reached their quota limit. |
| RESOURCE_MODIFIED |
The resource being updated has changed since the caller last read it, usually an e |
| RESYNC_APPLY_DIFFERENCES |
Resync required. |
| RESYNC_REQUIRED |
The delta token is no longer valid, and the app must reset the sync state. |
| RESYNC_UPLOAD_DIFFERENCES |
Resync required. |
| SERVICE_NOT_AVAILABLE |
The service is not available. |
| SERVICE_READ_ONLY |
Resource is temporarily read-only. |
| THROTTLED_REQUEST |
Too many requests. |
| TOO_MANY_REDIRECTS |
The application is sending too many requests to the service. |
| TOO_MANY_RESULTS_REQUESTED |
Too many results requested. |
| TOO_MANY_TERMS_IN_QUERY |
Too many terms in the query. |
| TOTAL_AFFECTED_ITEM_COUNT_EXCEEDED |
Operation is not allowed because the number of affected items exceeds threshold. |
| TRUNCATION_NOT_ALLOWED |
Data truncation is not allowed. |
| UNAUTHENTICATED |
The caller is not authenticated. |
| UPLOAD_SESSION_FAILED |
Upload session failed. |
| UPLOAD_SESSION_INCOMPLETE |
Upload session incomplete. |
| UPLOAD_SESSION_NOT_FOUND |
Upload session not found. |
| VIRUS_SUSPICIOUS |
This document is suspicious and may have a virus. |
| ZERO_OR_FEWER_RESULTS_REQUESTED |
Zero or fewer results requested. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static GraphErrorCodes valueOf(String name)
Parameters
- name
- java.lang.String