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