Script '%1' requires %2 parameters, but %3 parameters were supplied

Error code –10184
Error constant EL_DNET_NUM_PARAMS_MISMATCH
Parameter 1 The script.
Parameter 2 The required number of method parameters.
Parameter 3 The supplied number of method parameters.
Probable cause

The method invoked by the script must accept the given number of parameters. Change the method accordingly.