UnresolvedParameterException
class UnresolvedParameterException(argument: FunctionCallArgument, val call: FunctionCall<*>) : InvalidFunctionCallException
An exception thrown if a named argument does not match the name of any parameter from the called function.
Parameters
argument
the named argument
call
the invalid call