<!--
{
  "availability" : [
    "iOS: 13.2.0 -",
    "iPadOS: 13.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARError/Code/invalidCollaborationData",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARErrorCode@ARErrorCodeInvalidCollaborationData"
  },
  "title" : "ARError.Code.invalidCollaborationData"
}
-->

# ARError.Code.invalidCollaborationData

An error that indicates the framework fails to parse collaboration data the app receives over the network.

```
case invalidCollaborationData
```

## Discussion

ARKit produces this error when an app passes invalid data into the [`update(with:)`](/documentation/ARKit/ARSession/update(with:)) function.

---

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)