---
title: notSupported
framework: system
role: symbol
role_heading: Type Property
path: system/errno/notsupported
---

# notSupported

Not supported.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The attempted operation isn’t supported for the type of object referenced. The corresponding C error is ENOTSUP.

## See Also

### Network Errors

- [connectionAbort](system/errno/connectionabort.md)
- [connectionRefused](system/errno/connectionrefused.md)
- [connectionReset](system/errno/connectionreset.md)
- [hostIsDown](system/errno/hostisdown.md)
- [messageTooLong](system/errno/messagetoolong.md)
- [networkDown](system/errno/networkdown.md)
- [networkReset](system/errno/networkreset.md)
- [networkUnreachable](system/errno/networkunreachable.md)
- [noBufferSpace](system/errno/nobufferspace.md)
- [noRouteToHost](system/errno/noroutetohost.md)
- [timedOut](system/errno/timedout.md)
