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

# AVPlayerLooper.Status.failed

The looper isn’t able to perform looping playback due to an error.

## Declaration

```swift
case failed
```

## Discussion

Discussion Examine the looper’s error property to determine the cause of the failure.

## See Also

### Status values

- [AVPlayerLooper.Status.unknown](avfoundation/avplayerlooper/status-swift.enum/unknown.md)
- [AVPlayerLooper.Status.ready](avfoundation/avplayerlooper/status-swift.enum/ready.md)
- [AVPlayerLooper.Status.cancelled](avfoundation/avplayerlooper/status-swift.enum/cancelled.md)
