UnresolvedParameterException

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

See also

Constructors

Link copied to clipboard
constructor(argument: FunctionCallArgument, call: FunctionCall<*>)

Properties

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