CatalogProblem

constructor(subject: String, severity: CatalogValidation.Severity, message: String)(source)

Parameters

subject

the offending input key or output name

severity

ERROR for an unresolved reference (the entry is dropped on load); WARNING for an auto-correctable issue such as a kind mismatch (the kind is re-derived on load)

message

a human-readable explanation, possibly with a suggestion