ParseError
- class ParseError(line_number: int, exception: Exception, stage: Stage)[source]
Bases:
NamedTupleAn error during SSSOM parsing and processing that causes a row to be unrecoverable.
Create new instance of ParseError(line_number, exception, stage)
Attributes Summary
Alias for field number 1
Alias for field number 0
Alias for field number 2
Methods Summary
Format the exception as a string.
Attributes Documentation
Methods Documentation