Short name describing what triggered the graph break
str_impl not implemented
Values or code snippet captured at the break point
{type(self).name} has no str_impl override for {self.python_type_name()}
Explanation of why the graph break was triggered
Dynamo does not implement str for {self.python_type_name()} in {type(self).name}.
Hints on how to resolve the graph break