ProjectDeserializationError

class ProjectDeserializationError

Error deserializing project from SysML v2 JSON.

Members defined in ProjectDeserializationError (2 members)

models

RW

The deserialized models in this project.

reports

RW

Messages emitted during project deserialization.

Attributes

models: list[syside.DeserializedModel] = None

The deserialized models in this project.

Models may be incomplete due to errors.

reports: list[syside.json.DeserializationReport] = None

Messages emitted during project deserialization.

Each entry corresponds to an entry in models at the same index.