Class

CsvParsingError

CsvParsingError(message, code, context)

Base class for all CSV parsing errors. Provides consistent error formatting and context.

Constructor

# new CsvParsingError(message, code, context)

Create a CSV parsing error

Parameters:
Name Type Description
message string

Error message

code string

Error code for identification

context object

Additional context information (default: {})

View Source src/core/errors.js, line 9

Extends

  • Error

Methods

# toString() → {string}

Convert error to formatted string with context information

View Source src/core/errors.js, line 28

Formatted error message including context

string