Contents

tooManyOpenFilesInSystem

The system has too many open files.

Declaration

static var tooManyOpenFilesInSystem: Errno { get }

Mentioned in

Discussion

The maximum number of file descriptors allowable on the system has been reached; requests to open a file can’t be satisfied until you close at least one file descriptor.

The corresponding C error is ENFILE.

See Also

File System Errors