Contents

NSExtensionItemsAndErrorsKey

The extension items and errors key.

Declaration

let NSExtensionItemsAndErrorsKey: String

Discussion

This key appears in the userInfo dictionary of the NSError object that cancelRequest(withError:) returns.

This key’s value is a dictionary of NSExtensionItem objects and associated NSError instances.

See Also

Handling requests