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/util/errors.js, line 14

Methods

# toString() → {string}

Convert error to formatted string with context information

View Source src/util/errors.js, line 33

Formatted error message including context

string