<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/DownloadableAssetsRequestStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision31DownloadableAssetsRequestStatusO"
  },
  "title" : "DownloadableAssetsRequestStatus"
}
-->

# DownloadableAssetsRequestStatus

The status of the assets required by a [`DownloadableAssetsRequest`](/documentation/Vision/DownloadableAssetsRequest).

```
enum DownloadableAssetsRequestStatus
```

## Topics

### Download status cases

[`case error(any Error)`](/documentation/Vision/DownloadableAssetsRequestStatus/error(_:))

The asset download failed with an error.

[`case notReady`](/documentation/Vision/DownloadableAssetsRequestStatus/notReady)

The assets are not ready or the status is unknown. Call [`downloadAssets()`](/documentation/Vision/DownloadableAssetsRequest/downloadAssets()) or [`downloadAssets(progress:)`](/documentation/Vision/DownloadableAssetsRequest/downloadAssets(progress:)) to initiate the download.

[`case ready`](/documentation/Vision/DownloadableAssetsRequestStatus/ready)

The assets are ready.

[`case downloading`](/documentation/Vision/DownloadableAssetsRequestStatus/downloading)

The assets are being downloaded. Check progress through the subprogress that was passed to [`downloadAssets(progress:)`](/documentation/Vision/DownloadableAssetsRequest/downloadAssets(progress:)).

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)