node-jsonrpc2 icon indicating copy to clipboard operation
node-jsonrpc2 copied to clipboard

bad response from server

Open SmileGobo opened this issue 7 years ago • 1 comments

when server answer success - reponse have field "error" when server answer error - response have field "result"

result This member is REQUIRED on success. This member MUST NOT exist if there was an error invoking the method. The value of this member is determined by the method invoked on the Server. error This member is REQUIRED on error. This member MUST NOT exist if there was no error triggered during invocation. The value for this member MUST be an Object as defined in section 5.1.

http://www.jsonrpc.org/specification

SmileGobo avatar Mar 01 '17 12:03 SmileGobo