---
title: tooManyRemoteLevels
framework: system
role: symbol
role_heading: Type Property
path: system/errno/toomanyremotelevels
---

# tooManyRemoteLevels

Too many levels of remote in path.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The corresponding C error is EREMOTE.

## See Also

### Path Errors

- [fileNameTooLong](system/errno/filenametoolong.md)
- [tooManySymbolicLinkLevels](system/errno/toomanysymboliclinklevels.md)
