GB0292

Graph-Break Type

Short name describing what triggered the graph break

constant-like method call with unsupported return type

Context

Values or code snippet captured at the break point

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

Explanation

Explanation of why the graph break was triggered

Attempted to call {self._error_prefix}.{name}, got unsupported return value {result}.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry