Short name describing what triggered the graph break
Caught non-Exception value
Values or code snippet captured at the break point
str(exc_instance)
Explanation of why the graph break was triggered
Except expects to receive an object of Exception type but received {exc_instance}.
Hints on how to resolve the graph break