Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/encoding/csv.ts>ParseError

A modern runtime for JavaScript and TypeScript.
Go to Latest
class ParseError
extends Error
import { ParseError } from "https://deno.land/x/deno@v0.22.0/std/encoding/csv.ts";

Constructors

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

Properties

Line: number
StartLine: number