---
title: recoverableErrorCount
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmetricdownloadsummaryevent/recoverableerrorcount
---

# recoverableErrorCount

Returns the total count of recoverable errors encountered during the download. If no errors were encountered, returns 0.

## Declaration

```swift
var recoverableErrorCount: Int { get }
```

## Discussion

Discussion Error counts may not be consistent across OS versions. Comparisons should be made within a given OS version, as error reporting is subject to change with OS updates.

## See Also

### Inspecting the download summary

- [downloadDuration](avfoundation/avmetricdownloadsummaryevent/downloadduration.md)
- [bytesDownloadedCount](avfoundation/avmetricdownloadsummaryevent/bytesdownloadedcount.md)
- [mediaResourceRequestCount](avfoundation/avmetricdownloadsummaryevent/mediaresourcerequestcount.md)
- [variants](avfoundation/avmetricdownloadsummaryevent/variants.md)
- [errorEvent](avfoundation/avmetricdownloadsummaryevent/errorevent.md)
