GB0467

Graph-Break Type

Short name describing what triggered the graph break

setattr() on unsupported type

Context

Values or code snippet captured at the break point

setattr({obj}, {name_var}, {val})

Explanation

Explanation of why the graph break was triggered

setattr() is not supported on type {obj.python_type_name()}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry