---
title: timedOut
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avcontentkeyrequest/retryreason/timedout
---

# timedOut

A key response that wasn’t set soon enough.

## Declaration

```swift
static let timedOut: AVContentKeyRequest.RetryReason
```

## Discussion

Discussion The response timed out because the initial request or response (or both) took too long, or because the lease expired during the request.

## See Also

### Reasons for content key request retry

- [receivedObsoleteContentKey](avfoundation/avcontentkeyrequest/retryreason/receivedobsoletecontentkey.md)
- [receivedResponseWithExpiredLease](avfoundation/avcontentkeyrequest/retryreason/receivedresponsewithexpiredlease.md)
