OperationResponseStatus
Used to report the result of an operation: responseReceived(1) - Operation is completed successfully. unknown(2) - Operation failed due to unknown error. internalError(3) - An implementation detected an error in its own processing that caused an operation to fail. requestTimedOut(4) - Operation failed to receive a valid reply within the time limit imposed on it. unknownDestinationAddress(5) - Invalid destination address. noRouteToTarget(6) - Could not find a route to target. interfaceInactiveToTarget(7) - The interface to be used in sending a probe is inactive, and an alternate route does not exist. arpFailure(8) - Unable to resolve a target address to a media-specific address. maxConcurrentLimitReached(9) - The maximum number of concurrent active operations would have been exceeded if the corresponding operation was allowed. unableToResolveDnsName(10) - The DNS name specified was unable to be mapped to an IP address. invalidHostAddress(11) - The IP address for a host has been determined to be invalid. Examples of this are broadcast or multicast addresses.
Possible values
11 objects| Number | Name |
|---|---|
| 1 | responseReceived |
| 2 | unknown |
| 3 | internalError |
| 4 | requestTimedOut |
| 5 | unknownDestinationAddress |
| 6 | noRouteToTarget |
| 7 | interfaceInactiveToTarget |
| 8 | arpFailure |
| 9 | maxConcurrentLimitReached |
| 10 | unableToResolveDnsName |
| 11 | invalidHostAddress |