<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHPhotosError-swift.struct/multipleIdentifiersFound",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "s:SC13PHPhotosErrorLeV24multipleIdentifiersFoundSoAAVvpZ"
  },
  "title" : "multipleIdentifiersFound"
}
-->

# multipleIdentifiersFound

An error that indicates that more than one identifier exists.

```
static var multipleIdentifiersFound: PHPhotosError.Code { get }
```

## Discussion

To retrieve a list of identifiers inspect <doc://com.apple.documentation/documentation/Foundation/NSError/userInfo> using the key [`PHLocalIdentifiersErrorKey`](/documentation/Photos/PHLocalIdentifiersErrorKey).

---

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)