We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6b399 commit 2cd73fbCopy full SHA for 2cd73fb
src/main/java/com/microsoft/graph/core/GraphErrorCodes.java
@@ -42,6 +42,8 @@ public enum GraphErrorCodes {
42
AUTHENTICATION_FAILURE,
43
/** An unspecified error has occurred. */
44
GENERAL_EXCEPTION,
45
+ /** The resource could not be found, specific to the Exchange workload. */
46
+ ERROR_ITEM_NOT_FOUND,
47
/** The specified byte range is invalid or unavailable. */
48
INVALID_RANGE,
49
/** The request is malformed or incorrect. */
0 commit comments