GB0135

Graph-Break Type

Short name describing what triggered the graph break

Unsupported attribute assignment on Exception object

Context

Values or code snippet captured at the break point

call_setattr {self} {name}

Explanation

Explanation of why the graph break was triggered

Dynamo does not support setting the attribute ‘{name}’ on tracked exception objects. Only __context__, __cause__, __suppress_context__, and __traceback__ are supported.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry