ClientVariablesException( errCode, errMsg ) method

This exception is thrown when hwc.ClientVariables#getVariableValueByName is called with a variable name that does not exist.

Syntax

<static> ClientVariablesException( errCode, errMsg )

Parameters

Name Type Description
errCode number The error code (will be hwc.ClientVariables.ITEM_NOT_FOUND).
errMsg string A message describing the error.

Source

hwc-api.js, line 2111.