---
title: AVContentKeyRequest.RetryReason
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avcontentkeyrequest/retryreason
---

# AVContentKeyRequest.RetryReason

The reason for asking the client to retry a content key request.

## Declaration

```swift
struct RetryReason
```

## Topics

### Reasons for content key request retry

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

### Initializers

- [init(rawValue:)](avfoundation/avcontentkeyrequest/retryreason/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting a request

- [contentKey](avfoundation/avcontentkeyrequest/contentkey.md)
- [contentKeySpecifier](avfoundation/avcontentkeyrequest/contentkeyspecifier.md)
- [options](avfoundation/avcontentkeyrequest/options.md)
