Short name describing what triggered the graph break
Variadic function call with bad args/kwargs type
Values or code snippet captured at the break point
args type: {typestr(argsvars)}, kwargs type: {typestr(kwargsvars)}
Explanation of why the graph break was triggered
Expected args to be a list and kwargs to be a dict
Hints on how to resolve the graph break