ErrorCode

public enum ErrorCode

Definition of Gini Capture SDK error codes.

Entries

CAMERA_NO_ACCESS
Link copied to clipboard
CAMERA_NO_ACCESS
Couldn't get access to the camera.
CAMERA_OPEN_FAILED
Link copied to clipboard
CAMERA_OPEN_FAILED
Camera couldn't be opened due to an unexpected error.
CAMERA_NO_PREVIEW
Link copied to clipboard
CAMERA_NO_PREVIEW
Camera preview could not be started.
CAMERA_SHOT_FAILED
Link copied to clipboard
CAMERA_SHOT_FAILED
Camera couldn't take a picture.
CAMERA_UNKNOWN
Link copied to clipboard
CAMERA_UNKNOWN
An unexpected camera error occurred.
REVIEW
Link copied to clipboard
REVIEW
An error occurred in the Review Screen.
DOCUMENT_IMPORT
Link copied to clipboard
DOCUMENT_IMPORT
An error occurred while a document was imported from the device.
ANALYSIS
Link copied to clipboard
ANALYSIS
An error occurred in the Analysis Screen.
MISSING_GINI_CAPTURE_INSTANCE
Link copied to clipboard
MISSING_GINI_CAPTURE_INSTANCE
The [GiniCapture] instance is missing.

Functions

valueOf
Link copied to clipboard
static GiniCaptureError.ErrorCode valueOf(String name)
values
Link copied to clipboard
static Array<GiniCaptureError.ErrorCodevalues()