This exception is thrown when hwc.ClientVariables#getVariableValueByName is called with a variable name that does not exist.
new ClientVariablesException( errCode, errMsg )
Name | Type | Description |
errCode | number | The error code (will be hwc.ClientVariables.ITEM_NOT_FOUND). |
errMsg | string | A message describing the error. |