Argument.multiplicityError

Get a multiplicity error string.

struct Argument
@property
string
multiplicityError
const pure
(
size_t specified
)

Parameters

specified
Type: size_t

The number of parameters that were specified.

Return Value

Type: string

If there is an error, returns a string explaining the error. Otherwise, returns null.

Meta