<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.4 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVContentKeyRequest/RetryReason",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVContentKeyRequestRetryReason"
  },
  "title" : "AVContentKeyRequest.RetryReason"
}
-->

# AVContentKeyRequest.RetryReason

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

```
struct RetryReason
```

## Topics

### Reasons for content key request retry

[`receivedObsoleteContentKey`](/documentation/AVFoundation/AVContentKeyRequest/RetryReason/receivedObsoleteContentKey)

An obsolete key response that was set on the previous content key request.

[`receivedResponseWithExpiredLease`](/documentation/AVFoundation/AVContentKeyRequest/RetryReason/receivedResponseWithExpiredLease)

A key response with an expired lease that was set on the previous content key request.

[`timedOut`](/documentation/AVFoundation/AVContentKeyRequest/RetryReason/timedOut)

A key response that wasn’t set soon enough.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVContentKeyRequest/RetryReason/init(rawValue:))

Creates a retry reason with a string.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)