-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
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
Labels
Projects
Status
Done