-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
With latest changes of the JsonPreprocessor the error message of
{
"indexP" : 0,
"dictP" : {"A" : 1, "B" : 2},
"newparam" : ${dictP}[${indexP}]
}
changed from
'Could not resolve expression '${dictP}[0]'. Reason: Key error 0'
to
'The parameter '${dictP}[0]' is not available!'
Why this?
The first error message is completely fine. The second error message is not so much informative.
Please restore the first one.