We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 661d962 + 0b6fb90 commit e80886aCopy full SHA for e80886a
1 file changed
src/Microsoft.Graph/Enums/GraphErrorCode.cs
@@ -80,7 +80,7 @@ public enum GraphErrorCode
80
NameAlreadyExists,
81
/// The action is not allowed by the system.
82
NotAllowed,
83
- /// The requested item is not not found.
+ /// The requested item is not found.
84
NotFound,
85
/// The request is not supported by the system.
86
NotSupported,
@@ -94,6 +94,8 @@ public enum GraphErrorCode
94
PathTooDeep,
95
/// Property not updateable.
96
PropertyNotUpdateable,
97
+ /// The requested resource is not found.
98
+ Request_ResourceNotFound,
99
/// The resource being updated has changed since the caller last read it, usually an eTag mismatch.
100
ResourceModified,
101
/// Resync required. Replace any local items with the server's version (including deletes)
0 commit comments