Show / Hide Table of Contents

    Class ErrorConstants.Codes

    Error Codes

    Inheritance
    Object
    ErrorConstants.Codes
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Core.Exceptions
    Assembly: Microsoft.Graph.Communications.Core.dll
    Syntax
    public static class Codes

    Fields

    BridgeGone

    Error code indicating the bridge is gone/deleted from the server.

    Declaration
    public const string BridgeGone = "BridgeGone"
    Field Value
    Type Description
    String

    ChatGone

    Error code indicating the chat is gone/deleted from the server.

    Declaration
    public const string ChatGone = "ChatGone"
    Field Value
    Type Description
    String

    ClientCallbackError

    The client callback error code.

    Declaration
    public const string ClientCallbackError = "clientCallbackError"
    Field Value
    Type Description
    String

    ClientContextMissing

    The client context missing error code.

    Declaration
    public const string ClientContextMissing = "clientContextIsMissing"
    Field Value
    Type Description
    String

    GeneralException

    The general exception error code.

    Declaration
    public const string GeneralException = "generalException"
    Field Value
    Type Description
    String

    InvalidRequest

    The invalid request error code.

    Declaration
    public const string InvalidRequest = "invalidRequest"
    Field Value
    Type Description
    String

    ItemNotFound

    The item not found error code.

    Declaration
    public const string ItemNotFound = "itemNotFound"
    Field Value
    Type Description
    String

    MismatchedCompletedOperation

    The mismatched completed operation error code.

    Declaration
    public const string MismatchedCompletedOperation = "mismatchedCompletedOperation"
    Field Value
    Type Description
    String

    NotAllowed

    The not allowed error code.

    Declaration
    public const string NotAllowed = "notAllowed"
    Field Value
    Type Description
    String

    OperationFailed

    The operation failed error code.

    Declaration
    public const string OperationFailed = "operationFailed"
    Field Value
    Type Description
    String

    RehydrationFailedWithEmptyResource

    The re-hydration failed with empty resource error code.

    Declaration
    public const string RehydrationFailedWithEmptyResource = "rehydrationFailedWithEmptyResource"
    Field Value
    Type Description
    String

    RehydrationFailedWithNotFound

    The re-hydration failed with not found error code.

    Declaration
    public const string RehydrationFailedWithNotFound = "rehydrationFailedWithNotFound"
    Field Value
    Type Description
    String

    Timeout

    The timeout error code.

    Declaration
    public const string Timeout = "timeout"
    Field Value
    Type Description
    String

    TooManyRedirects

    The too many redirects error code.

    Declaration
    public const string TooManyRedirects = "tooManyRedirects"
    Field Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.