TemplateError

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

List of errors that occurred when the template version creation failed.

Constructors

Link copied to clipboard
constructor(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

Description of the error type.

Link copied to clipboard
val type: TemplateErrorType? = null

Type of error.

Link copied to clipboard

An error path that shows which entities caused the template error.