Function <str> expected <num> parameter(s), was passed <num> Explanation: The function was not passed as many parameters as expected. User Action: Specify the correct number of parameters in either the function definition or the invocation.