sensorReader(_:stopRecordingFailedWithError:)
Provides the delegate with a reason when the reader fails to stop recording.
Declaration
optional func sensorReader(_ reader: SRSensorReader, stopRecordingFailedWithError error: any Error)Parameters
- reader:
The sensor reader that failed to stop recording.
- error:
An object that describes the cause of failure.