class ParseError extends Errorimport { ParseError } from "https://dotland.deno.dev/std@0.116.0/encoding/csv.ts"; A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed. ConstructorsnewParseError(start: number,line: number,column: number | null,message: string,)Propertiescolumn: number | nullColumn (rune index) where the error occurred line: numberLine where the error occurred startLine: numberLine where the record starts