ValidationIssue
Interface: ValidationIssue
Defined in: analyzer/types.ts:39
A single validation issue produced during expression validation.
Properties
message
message:
string
Defined in: analyzer/types.ts:41
Human-readable message describing the problem.
path?
optionalpath:string
Defined in: analyzer/types.ts:43
Optional key/path of the symbol or expression related to this issue.
severity?
optionalseverity:"error"|"warning"
Defined in: analyzer/types.ts:45
Optional severity (may be used by UI to prioritize issues).