Skip to main content
Version: v0.0.2

Interface: LoadWarning

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

Properties

code

readonly code: DiagnosticCode

The stable diagnostic code (TERM_RRF_MALFORMED_ROW / _CSV_MALFORMED / _FIXED_WIDTH_MALFORMED).


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 (positional context; value-free).