GB0369

Graph-Break Type

Short name describing what triggered the graph break

Frozen dataclass with missing field

Context

Values or code snippet captured at the break point

dataclass={dataclass_cls.name}, field={field.name}

Explanation

Explanation of why the graph break was triggered

Cannot reconstruct frozen dataclass: field ‘{field.name}’ was not tracked during tracing.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry