GB0167

Graph-Break Type

Short name describing what triggered the graph break

Variadic function call with bad args/kwargs type

Context

Values or code snippet captured at the break point

args type: {typestr(argsvars)}, kwargs type: {typestr(kwargsvars)}

Explanation

Explanation of why the graph break was triggered

Expected args to be a list and kwargs to be a dict

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry