Skip to content

Commit

Permalink
add parameters to the validation error
Browse files Browse the repository at this point in the history
see #67639
  • Loading branch information
martinrode committed Jul 20, 2023
1 parent ac3bab2 commit 0217476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/validation_errors/validation_errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ process.stdin.on('end', () => {
{
"code": "validation.plugin.error",
"statuscode": 400,
"parameters": {
"henk": "torsten",
"a": 4,
"b": [ 1, 2, 3 ]
}
}
));
console.error("This error goes to STDERR")
Expand Down

0 comments on commit 0217476

Please sign in to comment.