MissingEclipseKeywordError

class petres.errors.MissingEclipseKeywordError[source]

Bases: PropertyError

Indicate that a property is missing an Eclipse export keyword.

Initialize the error and format the active message template.

default_message: str = "Property '{property_name}' does not have an associated Eclipse keyword. Make sure to define the property with an `eclipse_keyword`."