---
title: ARError.Code.invalidCollaborationData
framework: arkit
role: symbol
role_heading: Case
path: arkit/arerror/code/invalidcollaborationdata
---

# ARError.Code.invalidCollaborationData

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

## Declaration

```swift
case invalidCollaborationData
```

## Discussion

Discussion ARKit produces this error when an app passes invalid data into the update(with:) function.

## See Also

### Errors

- [ARError.Code.requestFailed](arkit/arerror/code/requestfailed.md)
- [ARError.Code.cameraUnauthorized](arkit/arerror/code/cameraunauthorized.md)
- [ARError.Code.fileIOFailed](arkit/arerror/code/fileiofailed.md)
- [ARError.Code.insufficientFeatures](arkit/arerror/code/insufficientfeatures.md)
- [ARError.Code.invalidConfiguration](arkit/arerror/code/invalidconfiguration.md)
- [ARError.Code.invalidReferenceImage](arkit/arerror/code/invalidreferenceimage.md)
- [ARError.Code.invalidReferenceObject](arkit/arerror/code/invalidreferenceobject.md)
- [ARError.Code.invalidWorldMap](arkit/arerror/code/invalidworldmap.md)
- [ARError.Code.microphoneUnauthorized](arkit/arerror/code/microphoneunauthorized.md)
- [ARError.Code.objectMergeFailed](arkit/arerror/code/objectmergefailed.md)
- [ARError.Code.sensorFailed](arkit/arerror/code/sensorfailed.md)
- [ARError.Code.sensorUnavailable](arkit/arerror/code/sensorunavailable.md)
- [ARError.Code.unsupportedConfiguration](arkit/arerror/code/unsupportedconfiguration.md)
- [ARError.Code.worldTrackingFailed](arkit/arerror/code/worldtrackingfailed.md)
- [ARError.Code.geoTrackingFailed](arkit/arerror/code/geotrackingfailed.md)
