Contents

argListTooLong

The argument list is too long.

Declaration

static var argListTooLong: Errno { get }

Mentioned in

Discussion

The number of bytes used for the argument and environment list of the new process exceeded the limit NCARGS, as defined in <sys/param.h>.

The corresponding C error is E2BIG.

See Also

Process Errors