Skip to main content
Module

std/encoding/mod.ts>CsvParseError

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

Constructors

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

Properties

Line: number
StartLine: number