Contents

execFormatError

Executable format error.

Declaration

static var execFormatError: Errno { get }

Mentioned in

Discussion

A request was made to execute a file that, although it has the appropriate permissions, isn’t in the format required for an executable file.

The corresponding C error is ENOEXEC.

See Also

Executable File Errors