SdkInitConfigError

SdkInitConfigError is a sealed interface that represents the different types of errors that can when the SDK is initialized.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

NotFound when the sdk configuration was not found and it is required to initialize the SDK with the InitSDKConfig.

Link copied to clipboard

SdkInitConfigError when the sdk api was not found.

Link copied to clipboard
data class Unknown(val cause: Throwable) : SdkInitConfigError

Unknown when the server responded with an unknown error or the request failed for an unknown reason.