TaskErrorEntity

@Entity
data class TaskErrorEntity(var id: Long = 0, val task: TaskEntity, val severity: TaskError.Severity, val code: String? = null, val message: String, val createTime: Instant = Instant.now(), val ownerTenantId: Int, val ownerUserId: Int)

Constructors

Link copied to clipboard
constructor(id: Long = 0, task: TaskEntity, severity: TaskError.Severity, code: String? = null, message: String, createTime: Instant = Instant.now(), ownerTenantId: Int, ownerUserId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
var id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard