DSMParseReport

class dsviper.DSMParseReport

Bases: object

A 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.