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

Constructors

Link copied to clipboard
constructor(argumentCount: Int, parameterCount: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
open val message: String?
Link copied to clipboard