public @interface

ImageCapture.ImageCaptureError

implements java.lang.annotation.Annotation

 androidx.camera.core.ImageCapture.ImageCaptureError

Overview

Describes the error that occurred during an image capture operation (such as ImageCapture.takePicture(Executor, ImageCapture.OnImageCapturedCallback)).

This is a parameter sent to the error callback functions set in listeners such as ImageCapture.OnImageSavedCallback.onError(ImageCaptureException).

Summary