GB0302

Graph-Break Type

Short name describing what triggered the graph break

HOP: non-callable variable

Context

Values or code snippet captured at the break point

arg name: {arg_name}, func_var type: {str(func_var)}

Explanation

Explanation of why the graph break was triggered

{arg_name} should be a callable but is of type {str(func_var)}.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry