Skip to content

Commit 2cd73fb

Browse files
Update GraphErrorCodes.java
1 parent cb6b399 commit 2cd73fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/microsoft/graph/core/GraphErrorCodes.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public enum GraphErrorCodes {
4242
AUTHENTICATION_FAILURE,
4343
/** An unspecified error has occurred. */
4444
GENERAL_EXCEPTION,
45+
/** The resource could not be found, specific to the Exchange workload. */
46+
ERROR_ITEM_NOT_FOUND,
4547
/** The specified byte range is invalid or unavailable. */
4648
INVALID_RANGE,
4749
/** The request is malformed or incorrect. */

0 commit comments

Comments
 (0)