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"
}