JumioFaceRetryReason
enum JumioFaceRetryReason : NSUInteger {}
The reason why a scan for a part has been unsuccessful
-
Device is in landscape
Declaration
Objective-C
JumioFaceRetryReasonDeviceInLandscape
Swift
case deviceInLandscape = 0
-
iProov: A generic error occured for LA
Declaration
Objective-C
JumioFaceRetryReasonIProovGeneric
Swift
case iProovGeneric = 1
-
iProov: A generic error occured for GPA
Declaration
Objective-C
JumioFaceRetryReasonIProovGPA
Swift
case iProovGPA = 2