Skip to content

Commit e80886a

Browse files
authored
Merge branch 'dev' into fixBatchErrors
2 parents 661d962 + 0b6fb90 commit e80886a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Microsoft.Graph/Enums/GraphErrorCode.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public enum GraphErrorCode
8080
NameAlreadyExists,
8181
/// The action is not allowed by the system.
8282
NotAllowed,
83-
/// The requested item is not not found.
83+
/// The requested item is not found.
8484
NotFound,
8585
/// The request is not supported by the system.
8686
NotSupported,
@@ -94,6 +94,8 @@ public enum GraphErrorCode
9494
PathTooDeep,
9595
/// Property not updateable.
9696
PropertyNotUpdateable,
97+
/// The requested resource is not found.
98+
Request_ResourceNotFound,
9799
/// The resource being updated has changed since the caller last read it, usually an eTag mismatch.
98100
ResourceModified,
99101
/// Resync required. Replace any local items with the server's version (including deletes)

0 commit comments

Comments
 (0)