Options for creating a parse error.
Optional
The position where the error occurred.
The row number where the error occurred.
This represents the logical CSV row number (includes header if present), useful for error reporting to users.
Source identifier (e.g., filename) for error reporting.
A human-readable identifier for the CSV source to help locate which file or stream caused the error.
Options for creating a parse error.