Contents

invalidArgument

Invalid argument.

Declaration

static var invalidArgument: Errno { get }

Mentioned in

Discussion

One or more of the specified arguments wasn’t valid; for example, specifying an undefined signal to a signal or kill function.

The corresponding C error is EINVAL.

See Also

System Call Errors