---
title: transferTimedOut
framework: watchconnectivity
role: symbol
role_heading: Type Property
path: watchconnectivity/wcerror/transfertimedout
---

# transferTimedOut

An error that occurs when the transfer reaches the timeout limit before it completes.

## Declaration

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

## See Also

### Understanding Error Codes

- [genericError](watchconnectivity/wcerror/genericerror.md)
- [sessionNotSupported](watchconnectivity/wcerror/sessionnotsupported.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)
