Serialized Form
-
Package com.launchdarkly.sdk.android
-
Exception com.launchdarkly.sdk.android.LaunchDarklyException
class LaunchDarklyException extends Exception implements Serializable -
Exception com.launchdarkly.sdk.android.LDFailure
class LDFailure extends LaunchDarklyException implements Serializable-
Serialized Fields
-
failureType
LDFailure.FailureType failureType
The failure type
-
-
-
Exception com.launchdarkly.sdk.android.LDInvalidResponseCodeFailure
class LDInvalidResponseCodeFailure extends LDFailure implements Serializable-
Serialized Fields
-
responseCode
int responseCode
The response code -
retryable
boolean retryable
Whether or not the failure may be fixed by retrying
-
-
-
-
Package com.launchdarkly.sdk.json
-
Exception com.launchdarkly.sdk.json.SerializationException
class SerializationException extends Exception implements Serializable
-