ValidationIssue

data class ValidationIssue(val kind: ValidationIssue.Kind, val name: String, val message: String)(source)

One problem found by validateAgainst: a layout binding whose name is not present in the model (8K.2). Because the layout keys to the trace by name string, an unmatched binding renders nothing with no runtime error — this surfaces those silent mismatches at author time.

Constructors

Link copied to clipboard
constructor(kind: ValidationIssue.Kind, name: String, message: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard