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