Contents

invalidCollaborationData

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

Declaration

static var invalidCollaborationData: ARError.Code { get }

Discussion

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

See Also

Identifying an error cause