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
readonlycode:DiagnosticCode
The stable diagnostic code (TERM_RRF_MALFORMED_ROW / _CSV_MALFORMED / _FIXED_WIDTH_MALFORMED).
detail
readonlydetail:string
A value-free description of the structural fault (never echoes a field value).
line
readonlyline:number
The 1-based source line the fault was found on (positional context; value-free).