This enumeration contains the return values on the status of the execution of a function.
Name |
Value (INT) |
Description |
---|---|---|
OK |
0 |
Function executed successfully. |
Timeout |
1 |
Function executed with timeout. |
ServerException |
2 |
The server responded with exception message. |
IPAddressIncorrectLength |
3 |
The IP address transferred as a parameter is too short or too long. |
IPAddressNumberOfDots |
4 |
The IP address transferred as a parameter does not contain three dots. |
IPAddressInvalidCharacters |
5 |
The IP address contains non-numerical characters. |
IPAddressNumberTooHigh |
6 |
A number in the IP address is invalid (greater than 255). |
NodeIdentifierIncorrectLength |
7 |
The node identifier transferred as a parameter is too short or too long. |
NodeIdentifierNumberOfColons |
8 |
The node identifier transferred as a parameter does not contain five dots. |
NodeIdentifierInvalidCharacters |
9 |
The node identifier contains invalid characters. |
NoAvailableTransactionID |
10 |
There is no transaction ID available. |
InvalidTransactionID |
11 |
No request sent for this transaction ID. |
InvalidMessageTypeRequest |
12 |
The message type for the transaction ID does not match the message type in the request. |
InvalidMessageTypeResponse |
13 |
The message type for the transaction ID does not match the message type in the response. |
EmptyData |
14 |
Parameter for data is empty. |
Error |
100 |
Error detected. |
ErrorNullPointer |
101 |
Error detected, null pointer is used. |
ErrorParameter |
102 |
Error detected, incorrect parameter. |