Skip to main content
Version: v0.0.3

Interface: NcpdpScriptWarning

A non-fatal SCRIPT parse warning: a stable code, a PHI-free message, and the XPath-style location where it was raised. Warnings never carry field values.

Properties

code

readonly code: ScriptWarningCode

Stable, machine-readable warning code.


message

readonly message: string

Human-readable, PHI-free description.


position

readonly position: ScriptPosition

XPath-style location where the condition was detected.