Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/encoding/mod.ts>CsvParseError

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class CsvParseError
extends Error
import { CsvParseError } from "https://deno.land/std@0.35.0/encoding/mod.ts";

Constructors

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

Properties

Line: number
StartLine: number