Incorrect number of actual parameters in function call.
#2025 Compile-time error
Incorrect number of actual parameters in function call.
Additional Information
For function 'X', defined arg count is 'Y', invocation uses 'Z'.
Recovery
Compilation continues but no compiled source code file will be saved.
Explanation
Thor functions always take the same number of arguments. This
message probably indicates that a parameter has either been omitted or
the function definition has changed.