GB0184
Graph-Break Type
Short name describing what triggered the graph break
failed to call str() on user defined object
Context
Values or code snippet captured at the break point
str(arg)
Explanation
Explanation of why the graph break was triggered
User defined object has no str or repr method
Hints
Hints on how to resolve the graph break
- Dynamo has detected that tracing the code will result in an error when running in eager. Please double check that your code doesn’t contain a similar error when actually running eager/uncompiled.
Click here to add Additional Info
Back to Registry