Short name describing what triggered the graph break
getattr() with non-constant name argument
Values or code snippet captured at the break point
getattr({obj}, {name_var}, {default})
Explanation of why the graph break was triggered
getattr() with non-constant name argument is not supported
Hints on how to resolve the graph break