TemplateError

data class TemplateError(val message: String? = null, val type: TemplateErrorType? = null, val violatedEntities: List<TemplateEntity>? = null)

Constructors

Link copied to clipboard
fun TemplateError(message: String? = null, type: TemplateErrorType? = null, violatedEntities: List<TemplateEntity>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard
val type: TemplateErrorType? = null
Link copied to clipboard