public class

SecIrisErrorCodes

extends Object
java.lang.Object
   ↳ com.sec.biometric.iris.SecIrisErrorCodes

This class is deprecated.
Deprecated since v1.1. No replacement

Class Overview

This class defines different error codes returned by the Samsung India Identity SDK.

Summary

Constants
int SECIRIS_FAILURE This error constant is returned when API execution failed.
int SECIRIS_INVALID_EYESCOUNT This error constant is returned if application passes invalid number of eyes in startCapture.
int SECIRIS_SENSOR_FAILURE This error constant is returned when iris sensor fails to open.
int SECIRIS_SUCCESS This constant is returned when API execution is successful.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SECIRIS_FAILURE

This error constant is returned when API execution failed.

Constant Value: 1 (0x00000001)

public static final int SECIRIS_INVALID_EYESCOUNT

This error constant is returned if application passes invalid number of eyes in startCapture.

Constant Value: 3 (0x00000003)

public static final int SECIRIS_SENSOR_FAILURE

This error constant is returned when iris sensor fails to open.

Constant Value: 2 (0x00000002)

public static final int SECIRIS_SUCCESS

This constant is returned when API execution is successful.

Constant Value: 0 (0x00000000)