Skip to content

[ 2374918 ] Error messages (47) #401

@HolQue

Description

@HolQue

With latest changes of the JsonPreprocessor the error message of

{
   "indexP" : 0,
   ${indexP.${indexP}} : "newvalue"
}

changed from
'Could not set parameter '${indexP.${indexP}}' with value 'newvalue'! Reason: 'int' object is not subscriptable'

to
'Could not set parameter '${indexP}[${indexP}]' with value 'newvalue'! Reason: 'int' object is not subscriptable'

The first error message kept the dotdict notation (like used in the JSONP content), but in second error message the affected expression is converted to standard notation.

Why this?

I would prefer the error messages to contain the original expressions (and not converted ones).

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions