Skip to content

Invalid error message (2) #156

@HolQue

Description

@HolQue

[1]

The JSON code

"testlist" : [1,2,3],
"value"    : ${testlist}[]

causes

'Invalid nested parameter format: ${testlist}[]'

I would prefer to have the "nested" removed (like already done in other error messages). Because the invalid expression does not contain nested parameters.

[2]

The JSON code

"testlist" : [1,2,3],
"value"    : ${testlist}[${}]

causes

'Invalid nested parameter format: ${testlist}[${}] - The double quotes are missing!!!'

Yes, also this expression is invalid (because of the empty curly brackets). But the extension ("The double quotes are missing") should be removed. Because this issue has nothing to do with missing quotes.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions