ErrorCode

public enum ErrorCode

Definition of Gini Capture SDK error codes.

Entries

Link copied to clipboard

Couldn't get access to the camera. Most likely cause is either not declaring the camera permission in the manifest and on Android 6+ not requesting the camera permission from the user. Check the message for details.

Link copied to clipboard

Camera couldn't be opened due to an unexpected error. Check the message for details.

Link copied to clipboard

Camera preview could not be started. Likely causes are that the camera was closed before preview could start or the View used to show the preview images couldn't initialize. Check the message for details.

Link copied to clipboard

Camera couldn't take a picture. Likely causes are that the camera was closed between requesting a picture and taking the picture or the camera didn't return an image. Check the message for details.

Link copied to clipboard

An unexpected camera error occurred. Check the message for details.

Link copied to clipboard

An error occurred in the Review Screen. Check the message for details.

Link copied to clipboard

An error occurred while a document was imported from the device. Check the messages for details.

Link copied to clipboard

An error occurred in the Analysis Screen. Check the message for details.

Link copied to clipboard

The [GiniCapture] instance is missing. Most likely cause is an application process restart.

Functions

Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.