Short name describing what triggered the graph break
Frozen dataclass with post_init
Values or code snippet captured at the break point
dataclass={dataclass_cls.name}
Explanation of why the graph break was triggered
Cannot reconstruct frozen dataclass with post_init method, as it may have side effects that would be incorrectly replayed.
Hints on how to resolve the graph break