Class ErrorConstants.CaptureError
java.lang.Object
io.digified.digified_library.errors.ErrorConstants.CaptureError
- Enclosing class:
- ErrorConstants
Capture error codes that may occur while using
BiometricDigified.capture(FragmentManager, int, int, CaptureCallback)
or
BiometricDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
camera error occurred, check the logs for more detailsstatic final String
camera permission isn't grantedstatic final String
error occurred while creating the capture result, check the logs for more infostatic final String
error happened in the detection process, check the logs for more infostatic final String
you didn't follow the sequence of actions provided to use the Digified SDK it's better that you useBiometricDigified.getNextAction()
to follow the sequence -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CAMERA_ERROR
camera error occurred, check the logs for more details- See Also:
-
CAMERA_PERMISSION_ERROR
camera permission isn't granted- See Also:
-
CAPTURE_RESULT_ERROR
error occurred while creating the capture result, check the logs for more info- See Also:
-
DETECTION_ERROR
error happened in the detection process, check the logs for more info- See Also:
-
SEQUENCE_ERROR
you didn't follow the sequence of actions provided to use the Digified SDK it's better that you useBiometricDigified.getNextAction()
to follow the sequence- See Also:
-
-
Constructor Details
-
CaptureError
public CaptureError()
-