LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Enum DataSourceStatus.ErrorKind

    An enumeration describing the general type of an error reported in DataSourceStatus.ErrorInfo.

    Namespace: LaunchDarkly.Sdk.Client.Interfaces
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    public enum DataSourceStatus.ErrorKind

    Fields

    Name Description
    ErrorResponse

    The LaunchDarkly service returned an HTTP response with an error status, available with StatusCode.

    InvalidData

    The SDK received malformed data from the LaunchDarkly service.

    NetworkError

    An I/O error such as a dropped connection.

    StoreError

    The data source itself is working, but when it tried to put an update into the data store, the data store failed (so the SDK may not have the latest data).

    Unknown

    An unexpected error, such as an uncaught exception, further described by Message.

    Extension Methods

    DataSourceStatusExtensions.Identifier(DataSourceStatus.ErrorKind)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX