tooManySymbolicLinkLevels
Too many levels of symbolic links.
Declaration
static var tooManySymbolicLinkLevels: Errno { get }Mentioned in
Discussion
A pathname lookup involved more than eight symbolic links.
The corresponding C error is ELOOP.
Too many levels of symbolic links.
static var tooManySymbolicLinkLevels: Errno { get }A pathname lookup involved more than eight symbolic links.
The corresponding C error is ELOOP.