---
title: tooManySymbolicLinkLevels
framework: system
role: symbol
role_heading: Type Property
path: system/errno/toomanysymboliclinklevels
---

# tooManySymbolicLinkLevels

Too many levels of symbolic links.

## Declaration

```swift
static var tooManySymbolicLinkLevels: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion A pathname lookup involved more than eight symbolic links. The corresponding C error is ELOOP.

## See Also

### Path Errors

- [fileNameTooLong](system/errno/filenametoolong.md)
- [tooManyRemoteLevels](system/errno/toomanyremotelevels.md)
