JumioRetryReasonIproov

List of iproov retry reasons

Properties

Link copied to clipboard
const val CAMERA: Int = 200
Link copied to clipboard
const val CAMERA_PERMISSION: Int = 201
Link copied to clipboard
const val CAPTURE_ALREADY_ACTIVE: Int = 202
Link copied to clipboard
const val EYES_CLOSED: Int = 105
Link copied to clipboard
const val FACE_DETECTOR: Int = 207
Link copied to clipboard
const val FACE_TOO_CLOSE: Int = 107
Link copied to clipboard
const val FACE_TOO_FAR: Int = 106
Link copied to clipboard
const val GENERIC_ERROR: Int = 209
Link copied to clipboard
const val LIGHTING_TOO_BRIGHT: Int = 102
Link copied to clipboard
const val LIGHTING_TOO_DARK: Int = 103
Link copied to clipboard
const val MISALIGNED_FACE: Int = 104
Link copied to clipboard
const val MULTI_WINDOW: Int = 208
Link copied to clipboard
const val MULTIPLE_FACES: Int = 112
Link copied to clipboard
const val NETWORK: Int = 205
Link copied to clipboard
const val OBSCURED_FACE: Int = 109
Link copied to clipboard
const val SERVER: Int = 204
Link copied to clipboard
const val SUNGLASSES: Int = 108
Link copied to clipboard
const val TOO_MUCH_MOVEMENT: Int = 101
Link copied to clipboard
const val UNEXPECTED_ERROR: Int = 203
Link copied to clipboard
const val UNKNOWN: Int = 100
Link copied to clipboard
const val UNSUPPORTED_DEVICE: Int = 206