Short name describing what triggered the graph break
WrapHigherOrderVariable: kwargs unexpected
Values or code snippet captured at the break point
args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
kwargs should have been flattened into lifted args.
Hints on how to resolve the graph break