InternalError

data class InternalError(val message: String, val t: Throwable?) : TSDeviceInfoError

Internal error occurred

Constructors

Link copied to clipboard
fun InternalError(message: String, t: Throwable?)

Properties

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