Short name describing what triggered the graph break
hasattr() on unsupported type
Values or code snippet captured at the break point
hasattr({obj}, {attr})
Explanation of why the graph break was triggered
hasattr() is not supported on type {obj.python_type_name()}
Hints on how to resolve the graph break