Saloed / JsonFormatter

Repository for study project
GNU General Public License v3.0
0 stars 0 forks source link

Fix error message #9

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": 836099829,
  "errorMessage": " Unterminated array",
  "errorPlace": "line 59 column 28"
}