Show / Hide Table of Contents

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 Source

ClientCallbackError

The client callback error code.

Declaration
public const string ClientCallbackError = "clientCallbackError"
Field Value
Type Description
System.String
View Source

ClientContextMissing

The client context missing error code.

Declaration
public const string ClientContextMissing = "clientContextIsMissing"
Field Value
Type Description
System.String
View Source

GeneralException

The general exception error code.

Declaration
public const string GeneralException = "generalException"
Field Value
Type Description
System.String
View Source

InvalidRequest

The invalid request error code.

Declaration
public const string InvalidRequest = "invalidRequest"
Field Value
Type Description
System.String
View Source

ItemNotFound

The item not found error code.

Declaration
public const string ItemNotFound = "itemNotFound"
Field Value
Type Description
System.String
View Source

MismatchedCompletedOperation

The mismatched completed operation error code.

Declaration
public const string MismatchedCompletedOperation = "mismatchedCompletedOperation"
Field Value
Type Description
System.String
View Source

NotAllowed

The not allowed error code.

Declaration
public const string NotAllowed = "notAllowed"
Field Value
Type Description
System.String
View Source

OperationFailed

The operation failed error code.

Declaration
public const string OperationFailed = "operationFailed"
Field Value
Type Description
System.String
View Source

RehydrationFailedWithEmptyResource

The re-hydration failed with empty resource error code.

Declaration
public const string RehydrationFailedWithEmptyResource = "rehydrationFailedWithEmptyResource"
Field Value
Type Description
System.String
View Source

RehydrationFailedWithNotFound

The re-hydration failed with not found error code.

Declaration
public const string RehydrationFailedWithNotFound = "rehydrationFailedWithNotFound"
Field Value
Type Description
System.String
View Source

Timeout

The timeout error code.

Declaration
public const string Timeout = "timeout"
Field Value
Type Description
System.String
View Source

TooManyRedirects

The too many redirects error code.

Declaration
public const string TooManyRedirects = "tooManyRedirects"
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX