dataCaptureScenario:didFailWithError: method of the AUIDataCaptureScenarioDelegate protocol
Notifies the delegate that an error has occurred while capture.
- (void)dataCaptureScenario:(AUIDataCaptureScenario*)scenario didFailWithError:(NSError*)error;
Parameters
- scenario
- AUIDataCaptureScenario object, corresponding to the AUIDataCaptureScenarioDelegate delegate that should be notified.
- error
- The error that has occurred.
3/2/2022 12:59:15 PM