ReportedError

data class ReportedError(id: String, errorsId: ErrorIds, element: Element, msg: String, references: List<Element>)

Properties

Link copied to clipboard
val element: Element
Link copied to clipboard
val errorsId: ErrorIds
Link copied to clipboard
val id: String
Link copied to clipboard
val msg: String
Link copied to clipboard
val references: List<Element>