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: {}) |
Methods
# toString() → {string}
Convert error to formatted string with context information
Formatted error message including context
string