Enum DataSourceStatus.ErrorKind
An enumeration describing the general type of an error reported in DataSourceStatus.ErrorInfo.
Namespace: LaunchDarkly.Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.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. |