---
title: PHAssetResourceUploadJob.Action.retry
framework: photos
role: symbol
role_heading: Case
path: photos/phassetresourceuploadjob/action/retry
---

# PHAssetResourceUploadJob.Action.retry

A job to retry processing.

## Declaration

```swift
case retry
```

## Mentioned in

Uploading asset resources in the background

## Discussion

Discussion A retryable job has a state of failed and hasn’t previously been retried. Call retry(destination:) to retry the job.

## See Also

### Actions

- [PHAssetResourceUploadJob.Action.acknowledge](photos/phassetresourceuploadjob/action/acknowledge.md)
