Short name describing what triggered the graph break
Exception with non-type expectation
Values or code snippet captured at the break point
str(expected_type)
Explanation of why the graph break was triggered
except ...
expects a non-type: {expected_type}.
Hints on how to resolve the graph break