rdm-parser 0.1.0
Reusable parsing library for time series data standardization
Loading...
Searching...
No Matches
rdm_parser.parsers.base.ParseError Class Reference
Inheritance diagram for rdm_parser.parsers.base.ParseError:
Inheritance graph
Collaboration diagram for rdm_parser.parsers.base.ParseError:
Collaboration graph

Static Public Attributes

str code
 
str message
 
int line | None
 

Detailed Description

Non-fatal parser error entry.

Attributes:
    code: Stable machine-readable error code.
    message: Human-readable explanation of the failure.
    line: 1-based row number when the error is tied to input data,
        otherwise ``None``.