Contents

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.

See Also

Path Errors