ReportedError

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

Properties

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