Skip to main content
Module

std/encoding/csv.ts>ParseError

Deno standard library
Go to Latest
class ParseError
extends Error
import { ParseError } from "https://deno.land/std@0.34.0/encoding/csv.ts";

Constructors

new
ParseError(
start: number,
line: number,
message: string,
)

Properties

Line: number
StartLine: number