Skip to main content
Version: v0.0.3

Interface: NcpdpTelecomWarning

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

Properties

code

readonly code: TelecomWarningCode

Stable, machine-readable warning code.


message

readonly message: string

Human-readable, PHI-free description.


position

readonly position: TelecomPosition

Byte-offset location where the condition was detected.