MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / ValidationError

Class ValidationError

src/ifcopenshell-python/ifcopenshell/validate.py:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82class ValidationError(Exception):
83 def __init__(self, message, attribute=None):
84 super().__init__(message)
85 self.attribute = attribute
86
87
88log_entry_type = namedtuple("log_entry_type", ("level", "message", "instance", "attribute"))

Callers 2

assert_valid_inverseFunction · 0.85
assert_validFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected