If any of the init methods of Document, Section or Property lead to an uncaught Exception when the handling of an entity attribute fails; e.g. when a dtype of a Property does not match the provided value.
These exceptions should be caught and appropriately handled in case of ignore_errors=True to make the parser more robust for external usage e.g. in odml-ui.
If any of the init methods of
Document,SectionorPropertylead to an uncaught Exception when the handling of an entity attribute fails; e.g. when adtypeof aPropertydoes not match the providedvalue.These exceptions should be caught and appropriately handled in case of
ignore_errors=Trueto make the parser more robust for external usage e.g. in odml-ui.