Short name describing what triggered the graph break
dataclass fields failure
Values or code snippet captured at the break point
obj: {obj}; variable type: {type(obj)}
Explanation of why the graph break was triggered
Dataclass fields handling fails for {obj}. Expected it to be a user-defined object.
Hints on how to resolve the graph break
No hints provided.