recoverableErrorCount
Returns the total count of recoverable errors encountered during the download. If no errors were encountered, returns 0.
Declaration
var recoverableErrorCount: Int { get }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.