Class ErrorConstants.Codes
Error Codes
Inheritance
System.Object
ErrorConstants.Codes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph.CoreSDK.Exceptions.Error
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public static class Codes
Fields
View SourceClientCallbackError
The client callback error code.
Declaration
public const string ClientCallbackError = "clientCallbackError"
Field Value
Type | Description |
---|---|
System.String |
ClientContextMissing
The client context missing error code.
Declaration
public const string ClientContextMissing = "clientContextIsMissing"
Field Value
Type | Description |
---|---|
System.String |
GeneralException
The general exception error code.
Declaration
public const string GeneralException = "generalException"
Field Value
Type | Description |
---|---|
System.String |
InvalidRequest
The invalid request error code.
Declaration
public const string InvalidRequest = "invalidRequest"
Field Value
Type | Description |
---|---|
System.String |
ItemNotFound
The item not found error code.
Declaration
public const string ItemNotFound = "itemNotFound"
Field Value
Type | Description |
---|---|
System.String |
MismatchedCompletedOperation
The mismatched completed operation error code.
Declaration
public const string MismatchedCompletedOperation = "mismatchedCompletedOperation"
Field Value
Type | Description |
---|---|
System.String |
NotAllowed
The not allowed error code.
Declaration
public const string NotAllowed = "notAllowed"
Field Value
Type | Description |
---|---|
System.String |
OperationFailed
The operation failed error code.
Declaration
public const string OperationFailed = "operationFailed"
Field Value
Type | Description |
---|---|
System.String |
RehydrationFailedWithEmptyResource
The re-hydration failed with empty resource error code.
Declaration
public const string RehydrationFailedWithEmptyResource = "rehydrationFailedWithEmptyResource"
Field Value
Type | Description |
---|---|
System.String |
RehydrationFailedWithNotFound
The re-hydration failed with not found error code.
Declaration
public const string RehydrationFailedWithNotFound = "rehydrationFailedWithNotFound"
Field Value
Type | Description |
---|---|
System.String |
Timeout
The timeout error code.
Declaration
public const string Timeout = "timeout"
Field Value
Type | Description |
---|---|
System.String |
TooManyRedirects
The too many redirects error code.
Declaration
public const string TooManyRedirects = "tooManyRedirects"
Field Value
Type | Description |
---|---|
System.String |