When i got validation error and call
List<Error>.toString()
i'm getting
"[: required property 'header' not found, : required property 'request' not found]"
This is because Error.instanceLocation = "".
We need something like "[/: required property 'header' not found..."
When i got validation error and call
List<Error>.toString()i'm getting
"[: required property 'header' not found, : required property 'request' not found]"
This is because Error.instanceLocation = "".
We need something like "[/: required property 'header' not found..."