FlowValidationErrorCodeEnum
Represents the available error responses
| Value | Description |
|---|---|
DATA_TYPE_IDENTIFIER_GENERIC_KEY_NOT_FOUND | The generic key for the data type identifier was not found. |
DATA_TYPE_IDENTIFIER_RUNTIME_MISMATCH | The data type identifier runtime does not match the flow type runtime. |
DATA_TYPE_RULE_MODEL_INVALID | The data type rule model is invalid. |
DATA_TYPE_RUNTIME_MISMATCH | The data type runtime does not match the flow type runtime. |
FLOW_SETTING_MODEL_INVALID | The flow setting model is invalid. |
FLOW_TYPE_RUNTIME_MISMATCH | The flow type runtime does not match the project primary runtime. |
NODE_FUNCTION_RUNTIME_MISMATCH | The node function runtime does not match the project primary runtime. |
NO_PRIMARY_RUNTIME | The project does not have a primary runtime set. |