GB0055

Graph-Break Type

Short name describing what triggered the graph break

Failed to convert args/kwargs to proxy

Context

Values or code snippet captured at the break point

call_function args: {typestr(args)} {typestr(list(kwargs.values()))}

Explanation

Explanation of why the graph break was triggered

Missing as_proxy() implementation for some arg/kwarg.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry