SOAP RESTful - Definition - Result

When requesting an operation on the server, a response back is received. This is encapsulated in a Response object.

NameDataTypeDescription
ResponseCodeIntegerA unique ResponseCode that tells how the operation went.
ResponseTextStringIn natural language explanation of the error if any. If ResponseCode is 0, this will be OK.