This variable indicates the result of the set operation after the operation has finished. 'noError': no set operation performed or operation was a success. 'invalidIpParam': either no proper netmask was specified, or the gateway address does not fit to the IP address and netmask. 'accessDenied': authorization for set operation failed. 'otherError': access point replied with an unexpected error. Logging and debugging might reveal more information in this case. 'destUnreachable': the interface is currently not usable. Interface is not operational or has no IP address assigned. The request could not be sent. 'timeout': no response to set request. 'internalError': an internal problem detected. The request could not be sent. Enabling log and debug messages might reveal more information in this case. Enumerations: - noError (1)
- invalidIpParam (2)
- accessDenied (3)
- otherError (4)
- destUnreachable (5)
- timeout (6)
- internalError (7)
|