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