DSMParseReport¶
- class dsviper.DSMParseReport¶
Bases:
objectA class used to collect the error occurred while parsing the assembled definitions.
Note: Not directly instantiable.
- errors() list[DSMParseError]¶
Return the list of errors.
- has_error() bool¶
Return True if errors were occurred.