SchemaViolation

class SchemaViolation(val rule: String, val node: String? = null, val expected: String? = null, val found: String? = null) : MilanoBuildException

Vocabulary, typing, action encoding, event, id, or namespace rules violated; supplied context or initial-state values not matching declarations.

Constructors

Link copied to clipboard
constructor(rule: String, node: String? = null, expected: String? = null, found: String? = null)

Properties

Link copied to clipboard
val expected: String? = null
Link copied to clipboard
val found: String? = null
Link copied to clipboard
val node: String? = null
Link copied to clipboard

Functions

Link copied to clipboard

The error as comparable fields, used by the conformance driver.