session(_:didFailWithError:)
Tells the delegate that the session has stopped running due to an error.
Declaration
optional func session(_ session: ARSession, didFailWithError error: any Error)Parameters
- session:
The session providing information.
- error:
An object describing the failure.