SdkInitError

sealed class SdkInitError

Represents an error that occurred during the initialization of the SDK.

This sealed class defines a hierarchy of errors that can occur during the SDK's initialization process. It provides specific error types to help diagnose and resolve initialization issues.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class MemoryReserveError(val minRequiredMemory: Long) : SdkInitError

Indicates that there was not enough memory to reserve for the SDK.

Link copied to clipboard

Indicates that there was an error loading one or more resources.

Functions

Link copied to clipboard
abstract fun describe(): String