---
title: sessionNotSupported
framework: watchconnectivity
role: symbol
role_heading: Type Property
path: watchconnectivity/wcerror/sessionnotsupported
---

# sessionNotSupported

An error indicating that the current device doesn’t support the use of session objects.

## Declaration

```swift
static var sessionNotSupported: WCError.Code { get }
```

## See Also

### Understanding Error Codes

- [genericError](watchconnectivity/wcerror/genericerror.md)
- [sessionMissingDelegate](watchconnectivity/wcerror/sessionmissingdelegate.md)
- [sessionNotActivated](watchconnectivity/wcerror/sessionnotactivated.md)
- [deviceNotPaired](watchconnectivity/wcerror/devicenotpaired.md)
- [watchAppNotInstalled](watchconnectivity/wcerror/watchappnotinstalled.md)
- [notReachable](watchconnectivity/wcerror/notreachable.md)
- [invalidParameter](watchconnectivity/wcerror/invalidparameter.md)
- [payloadTooLarge](watchconnectivity/wcerror/payloadtoolarge.md)
- [payloadUnsupportedTypes](watchconnectivity/wcerror/payloadunsupportedtypes.md)
- [messageReplyFailed](watchconnectivity/wcerror/messagereplyfailed.md)
- [messageReplyTimedOut](watchconnectivity/wcerror/messagereplytimedout.md)
- [fileAccessDenied](watchconnectivity/wcerror/fileaccessdenied.md)
- [deliveryFailed](watchconnectivity/wcerror/deliveryfailed.md)
- [insufficientSpace](watchconnectivity/wcerror/insufficientspace.md)
- [sessionInactive](watchconnectivity/wcerror/sessioninactive.md)
