ThemeError

data class ThemeError(val message: String? = null, val type: ThemeErrorType? = null)

Theme error.

Constructors

Link copied to clipboard
constructor(message: String? = null, type: ThemeErrorType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

The error message.

Link copied to clipboard
val type: ThemeErrorType? = null

The type of error.