AndreiChugunov / jsonvalidator

0 stars 0 forks source link

Small error in error output)) #5

Open SemenMartynov opened 6 years ago

SemenMartynov commented 6 years ago

Expected:

{
 "errorCode"  : 12345,
 "errorMessage" : ["verbose, plain language description of the problem with hints about how to fix it]",
 "errorPlace" : ["highlight the point where error has occurred"],
 "resource"   : ["filename"],
 "request-id" : ["the request id generated by the API for easier tracking of errors"],
}

Received:

{
  "id": 2,
  "errorCode": 1371008622,
  "errorMessage": "Unterminated array",
  "errorPlace": "at line 1 column 2943 path $.web-app.servlet[4]"
}