class ParseError extends SyntaxErrorView codeA ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed. Constructorsnew ParseError(start: number,line: number,column: number | null,message: string)View codeConstructs a new instance. Propertiescolumn: number | nullView codeColumn (rune index) where the error occurred line: numberView codeLine where the error occurred startLine: numberView codeLine where the record starts