HWNPM0003E The specified device type (type) is invalid. It must be an integer value between minimum and maximum, inclusive.

Explanation

The device type that was passed as argument on the Performance Manager API call is invalid. The method that was called returns this error indicator.

Action

Modify the caller of this method to pass a valid device type as parameter. The valid types are enumerated via the devtype_* constants in the com.ibm.tpc.perf.api.ApiConstants interface.