|
rdm-parser 0.1.0
Reusable parsing library for time series data standardization
|


Static Public Attributes | |
| str | code |
| str | message |
| int | line | None |
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``.