GB0054

Graph-Break Type

Short name describing what triggered the graph break

Failed to construct Enum variable

Context

Values or code snippet captured at the break point

value: {value_vt}, allowed enum values: {list(cls_type)}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Back to Registry