Yehuk / json_validator

GNU General Public License v3.0
0 stars 0 forks source link

Fix error message #4

Closed SemenMartynov closed 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:

{
  "errorCode": 599894777,
  "errorMessage": "Unterminated array",
  "errorPlace": "line 1 column 2943 path $.web-app.servlet[4]",
  "request-id": 0
}
Yehuk commented 6 years ago

Fixed

SemenMartynov commented 6 years ago

Link your commits with issues.