You invoked a procedure, specifying a particular argument, but the procedure was not defined to accept an argument by that name. A named argument cannot be used in a procedure invocation unless it appears in the procedure definition.
To correct this error
Check to see that the argument name is spelled correctly, and try invoking the procedure again.
See Also