---
title: "AVAsyncProperty.Status.failed(_:)"
framework: avfoundation
role: symbol
role_heading: Case
path: "avfoundation/avasyncproperty/status/failed(_:)"
---

# AVAsyncProperty.Status.failed(_:)

A property value fails to load.

## Declaration

```swift
case failed(NSError)
```

## Parameters

- `error`: An error object that describes the failure.

## See Also

### Status values

- [AVAsyncProperty.Status.notYetLoaded](avfoundation/avasyncproperty/status/notyetloaded.md)
- [AVAsyncProperty.Status.loading](avfoundation/avasyncproperty/status/loading.md)
- [AVAsyncProperty.Status.loaded(_:)](avfoundation/avasyncproperty/status/loaded(_:).md)
