invalidArgument

Invalid argument.

Errno.swift:241
static var invalidArgument: Errno { get }

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.