pub unsafe static AVCaptureSessionErrorKey: &'static NSStringAvailable on crate feature
AVCaptureSession only.Expand description
The key used to provide an NSError describing the failure condition in an AVCaptureSessionRuntimeErrorNotification.
AVCaptureSessionErrorKey may be found in the userInfo dictionary provided with an AVCaptureSessionRuntimeErrorNotification. The NSError associated with the notification gives greater detail on the nature of the error, and in some cases recovery suggestions.
See also Appleās documentation