Short name describing what triggered the graph break
BUILD_STRING type error
Values or code snippet captured at the break point
str(part)
Explanation of why the graph break was triggered
Format string part type is not correct - expected constant or format string.
Hints on how to resolve the graph break