Short name describing what triggered the graph break
constant-like method call with non-constant args
Values or code snippet captured at the break point
{self._error_prefix}.{name}(*{args}, **{kwargs})
Explanation of why the graph break was triggered
Attempted to call {self._error_prefix}.{name} with non-constant args.
Hints on how to resolve the graph break