ProjectDeserializationError

class ProjectDeserializationError[source]

Error deserializing project from SysML v2 JSON.

%3 ProjectDeserializationError ProjectDeserializationError syside.json.ProjectDeserializationError SerdeError SerdeError syside.json.SerdeError SerdeError->ProjectDeserializationError
Members defined in ProjectDeserializationError (2 members)

models

RW

The deserialized models in this project.

reports

RW

Messages emitted during project deserialization.

Members inherited from SerdeError (0 members)

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.