InvalidLambdaArgumentCountException
class InvalidLambdaArgumentCountException(argumentCount: Int, parameterCount: Int) : PipelineException
An exception thrown if the amount of arguments and mandatory parameters of a lambda block does not match.
Parameters
argumentCount
given argument count
parameterCount
expected parameter count