You are not logged in.
Pages: 1
Hi,
my function raises an exception on server side. 
Java client receives the JSON object: {  "errorCode":500,  "error":  {"Exception":{"Exception":"Field \"abc\" not found."}}  }
Question is: why there are 2 levels of "Exception"? Shouldn't the second one (field name) be something like "Message" ?
Ex. {  "errorCode":500,  "error":  {"Exception":{"Message":"Field \"abc\" not found."}}  }
Regards,
Alex.
Offline
Pages: 1