-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
The following error message is for sure correct, but also difficult to capture:
''Could not substitute parameter '${param1}_${param2}_suffix'! Composite data types are not allowed. The value of parameter '${param2}' is [1, 2, 3]''!
I would prefer an alternative version like that:
Found expression '${param1}_${param2}_suffix' with at least one parameter of composite data type ('${param2}' is of type 'list'). Because of this expression is the name of a parameter, only simple data types are allowed to be substituted inside.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done