---
title: WCError.Code.genericError
framework: watchconnectivity
role: symbol
role_heading: Case
path: watchconnectivity/wcerror/code/genericerror
---

# WCError.Code.genericError

An error that occurs when there is an unknown problem.

## Declaration

```swift
case genericError
```

## See Also

### Error Codes

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