Short name describing what triggered the graph break
Failed to construct Enum variable
Values or code snippet captured at the break point
value: {value_vt}, allowed enum values: {list(cls_type)}
Explanation of why the graph break was triggered
Attempted to construct an Enum value that is non-constant (e.g. int, string) or is not an acceptable value for the Enum. Acceptable values for Enum {cls_type}
: {list(cls_type)}.
Hints on how to resolve the graph break