Skip to main content

ValidationIssue

@lowcode/expression-parser


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?

optional path: string

Defined in: analyzer/types.ts:43

Optional key/path of the symbol or expression related to this issue.


severity?

optional severity: "error" | "warning"

Defined in: analyzer/types.ts:45

Optional severity (may be used by UI to prioritize issues).