TSDeviceInfoError

sealed class TSDeviceInfoError

Authentication SDK error classes

Types

Link copied to clipboard
data class GenerateDeviceKeyError(val message: String) : TSDeviceInfoError

Couldn't generate device key

Link copied to clipboard
data class InternalError(val message: String, val t: Throwable?) : TSDeviceInfoError

Internal error occurred

Link copied to clipboard
data class LoadDeviceKeyError(val message: String) : TSDeviceInfoError

Couldn't load device key

Link copied to clipboard
data class SDKNotInitialized(val message: String) : TSDeviceInfoError

SDK was not initialized

Properties

Link copied to clipboard
val errorMessage: String
Link copied to clipboard
val throwable: Throwable?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard