tooManyLinks
Too many links.
Declaration
static var tooManyLinks: Errno { get }Mentioned in
Discussion
The maximum number of hard links to a single file (32767) has been exceeded.
The corresponding C error is EMLINK.
Too many links.
static var tooManyLinks: Errno { get }The maximum number of hard links to a single file (32767) has been exceeded.
The corresponding C error is EMLINK.