---
title: noLink
framework: system
role: symbol
role_heading: Type Property
path: system/errno/nolink
---

# noLink

Reserved.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion This error is reserved for future use. The corresponding C error is ENOLINK.

## See Also

### Reserved

- [lastErrnoValue](system/errno/lasterrnovalue.md)
- [multiHop](system/errno/multihop.md)
- [noStreamResources](system/errno/nostreamresources.md)
- [notStream](system/errno/notstream.md)
- [notUsed](system/errno/notused.md)
- [timeout](system/errno/timeout.md)
