---
title: AVPlayer.Status.failed
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avplayer/status-swift.enum/failed
---

# AVPlayer.Status.failed

A value that indicates the player can no longer play media due to an error.

## Declaration

```swift
case failed
```

## Discussion

Discussion Inspect the value of the player’s error property to determine the details of the failure.

## See Also

### Status values

- [AVPlayer.Status.unknown](avfoundation/avplayer/status-swift.enum/unknown.md)
- [AVPlayer.Status.readyToPlay](avfoundation/avplayer/status-swift.enum/readytoplay.md)
