Skip to content

[ 2374919 ] Error messages (46) #400

@HolQue

Description

@HolQue

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions