Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Response is also expressed as a single JSON object, with the following members:

propertyremark
errorA Number that indicates the return code, a return code of zero means a successful operation, and non-zero means some errors occurred. This MUST be an integer.
messageA String providing a short description of the error. The message SHOULD be limited to a concise single sentence.
resultThe value returned by the method. Its contents is entirely defined by the method.This member may be entirely omitted if there was an error invoking the procedure.


When a method call fails, this value contains additional information, may be omitted. Its content is entirely defined by the application (e.g. detailed error information, nested errors etc.).

...