Dashboard Error
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)