DashboardError

data class DashboardError(val message: String? = null, val type: DashboardErrorType? = null, val violatedEntities: List<DashboardEntity>? = null)

Dashboard error.

Constructors

Link copied to clipboard
constructor(message: String? = null, type: DashboardErrorType? = null, violatedEntities: List<DashboardEntity>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Message.

Link copied to clipboard

Type.

Link copied to clipboard

Lists the violated entities that caused the dashboard error.