GB0299

Graph-Break Type

Short name describing what triggered the graph break

constant-like method call with non-constant args

Context

Values or code snippet captured at the break point

{self._error_prefix}.{name}(*{args}, **{kwargs})

Explanation

Explanation of why the graph break was triggered

Attempted to call {self._error_prefix}.{name} with non-constant args.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry