frequently asked questions

All your questions in one place.

Returned values and errors

Every call will return a JSON containing the returned values and the errors.

 

Errors Count: This property returns the number of encountered Errors during the last call.

ErrorLast: This property returns the last encountered error.

ErrorMsg: This property returns a string including all the encountered errors.

Value: this property return the value asked during the call.

EXAMPLE

{
  "ErrorsCount": 0,
  "ErrorLast": "",
  "ErrorsMsg": "",
  "Value": "1000"
}

Did you find this article useful?

0 out of 1 found this helpful