Skip to main content
Version: v0.0.2

Interface: GemLoadWarning

A surfaced, non-fatal GEM load warning - a malformed line that was skipped, reported with its line number and a value-free structural reason. Liberal on load (the parsers' posture).

Properties

code

readonly code: "TERM_GEM_MALFORMED_ROW"

The stable diagnostic code for a skipped GEM row.


detail

readonly detail: string

A value-free description of the structural fault (never echoes a field value).


line

readonly line: number

The 1-based source line the fault was found on.