Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/Microsoft.Graph/Enums/GraphErrorCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public enum GraphErrorCode
InvalidRequest,
/// Invalid start index.
InvalidStartIndex,
/// The image could not be found.
ImageNotFound,
/// The resource could not be found.
ItemNotFound,
/// Lock token does not match existing lock.
Expand Down Expand Up @@ -78,6 +80,8 @@ public enum GraphErrorCode
NameAlreadyExists,
/// The action is not allowed by the system.
NotAllowed,
/// The requested item is not found.
NotFound,
/// The request is not supported by the system.
NotSupported,
/// Parameter Exceeds Maximum Length.
Expand All @@ -90,6 +94,8 @@ public enum GraphErrorCode
PathTooDeep,
/// Property not updateable.
PropertyNotUpdateable,
/// The requested resource is not found.
Request_ResourceNotFound,
/// The resource being updated has changed since the caller last read it, usually an eTag mismatch.
ResourceModified,
/// Resync required. Replace any local items with the server's version (including deletes)
Expand Down