SdkError

open class SdkError

An error in the Sdk initialization.

Constructors

Link copied to clipboard
constructor(errorCode: Int)
Constructor

Types

Link copied to clipboard
open class Codes
Collection of error codes

Properties

Link copied to clipboard
open var code: Int

Functions

Link copied to clipboard
open fun from(error: SdkErrorType): SdkError
converts a internal Common.
Link copied to clipboard
open fun getErrorCodeString(code: Int): String
Link copied to clipboard
open fun toString(): String