<!--
{
  "documentType" : "article",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotoKit/editing-request-info-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Editing Request Info Keys"
}
-->

# Editing Request Info Keys

Keys indicating the status of an asset content editing request, used in the completion handler of the [`requestContentEditingInput(with:completionHandler:)`](/documentation/Photos/PHAsset/requestContentEditingInput(with:completionHandler:)) method.

## Topics

### Constants

[`let PHContentEditingInputResultIsInCloudKey: String`](/documentation/Photos/PHContentEditingInputResultIsInCloudKey)

A Boolean value indicating whether the asset data is stored on the local device or must be downloaded from iCloud. (`NSNumber`)

[`let PHContentEditingInputCancelledKey: String`](/documentation/Photos/PHContentEditingInputCancelledKey)

A Boolean value indicating whether the image request was canceled. (`NSNumber`)

[`let PHContentEditingInputErrorKey: String`](/documentation/Photos/PHContentEditingInputErrorKey)

An error that occurred while attempting to load the asset data. (`NSError`)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)