public class FaceAuthResultCode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALREADY_INITIALIZED
This result code is used when the the library has been initialized.
|
static int |
AUTH_MODE_ALREADY_ACTIVATED
This result code is used when the authentication mode is already activated.
|
static int |
FACE_AUTH_MODE_NOT_ACTIVATED
This result code is used when data for specific token was not found in database.
|
static int |
FACE_FRAME_CREATION_ERROR
This result code is used when encounter error during extracting the frame image.
|
static int |
FACE_NATIVE_FAILURE |
static int |
INITIALIZATION_ERROR_DEVICE_CHANGE
This result code is used when device status change detected.
|
static int |
INVALID_CAMERA_NAME
This result code is used when camera name provided is invalid
|
static int |
IO_ERROR_ASYM_KEY_CHECK_EXISTENCE
This result code is used when encounter io errors during asymmetric key checking existence.
|
static int |
IO_ERROR_ASYM_KEY_CREATION
This result code is used when encounter io errors during asymmetric key creation.
|
static int |
IO_ERROR_ASYM_KEY_DECRYPT
This result code is used when encounter io errors during asymmetric key decryption.
|
static int |
IO_ERROR_ASYM_KEY_DELETE
This result code is used when encounter io errors during asymmetric key deleting.
|
static int |
IO_ERROR_ASYM_KEY_ENCRYPT
This result code is used when encounter io errors during asymmetric key encryption.
|
static int |
IO_ERROR_KEYSTORE_INIT
This result code is used when encounter io errors during keystore initialization.
|
static int |
IO_ERROR_SYM_KEY_CHECK_EXISTENCE
This result code is used when encounter io errors during symmetric key checking existence.
|
static int |
IO_ERROR_SYM_KEY_CREATION
This result code is used when encounter io errors during symmetric key creation.
|
static int |
IO_ERROR_SYM_KEY_DECRYPT
This result code is used when encounter io errors during symmetric key decryption.
|
static int |
IO_ERROR_SYM_KEY_DELETE
This result code is used when encounter io errors during symmetric key deleting.
|
static int |
IO_ERROR_SYM_KEY_ENCRYPT
This result code is used when encounter io errors during symmetric key encryption.
|
static int |
KEY_NOT_CREATED_FOR_INPUT_SUBJECT_ID
This result code is used when key linked to the input subject id is not created.
|
static int |
LICENSE_ERROR
This result code is used when encounter configuration error during license mechanism.
|
static int |
LICENSE_NOT_CONFIGURED
This result code is used when the license is not yet configured.
|
static int |
NO_CACHE
This result code is used in case cache was not found or was not created yet.
|
static int |
NO_CAMERA_AVAILABLE
This result code is used when no camera is detected on device
|
static int |
NO_FACE_REGISTERED
This result code is used when no faces are enrolled
|
static int |
NO_UUID
This result code is used when no UUID was supplied.
|
static int |
SUCCESS
This result code is used in case of success code
|
public static final int SUCCESS
public static final int FACE_AUTH_MODE_NOT_ACTIVATED
public static final int KEY_NOT_CREATED_FOR_INPUT_SUBJECT_ID
public static final int NO_UUID
public static final int NO_CACHE
public static final int FACE_FRAME_CREATION_ERROR
public static final int NO_FACE_REGISTERED
public static final int NO_CAMERA_AVAILABLE
public static final int AUTH_MODE_ALREADY_ACTIVATED
public static final int INVALID_CAMERA_NAME
public static final int ALREADY_INITIALIZED
public static final int IO_ERROR_KEYSTORE_INIT
public static final int IO_ERROR_ASYM_KEY_CREATION
public static final int IO_ERROR_ASYM_KEY_CHECK_EXISTENCE
public static final int IO_ERROR_ASYM_KEY_DELETE
public static final int IO_ERROR_ASYM_KEY_ENCRYPT
public static final int IO_ERROR_ASYM_KEY_DECRYPT
public static final int IO_ERROR_SYM_KEY_CREATION
public static final int IO_ERROR_SYM_KEY_CHECK_EXISTENCE
public static final int IO_ERROR_SYM_KEY_DELETE
public static final int IO_ERROR_SYM_KEY_ENCRYPT
public static final int IO_ERROR_SYM_KEY_DECRYPT
public static final int INITIALIZATION_ERROR_DEVICE_CHANGE
public static final int LICENSE_ERROR
public static final int LICENSE_NOT_CONFIGURED
public static final int FACE_NATIVE_FAILURE