Class ErrorConstants.CaptureError

java.lang.Object
io.digified.digified_library.errors.ErrorConstants.CaptureError
Enclosing class:
ErrorConstants

public static final class ErrorConstants.CaptureError extends Object
Capture error codes that may occur while using BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
  • Field Details

    • CAMERA_ERROR

      public static final String CAMERA_ERROR
      camera error occurred, check the logs for more details
      See Also:
    • CAMERA_PERMISSION_ERROR

      public static final String CAMERA_PERMISSION_ERROR
      camera permission isn't granted
      See Also:
    • CAPTURE_RESULT_ERROR

      public static final String CAPTURE_RESULT_ERROR
      error occurred while creating the capture result, check the logs for more info
      See Also:
    • DETECTION_ERROR

      public static final String DETECTION_ERROR
      error happened in the detection process, check the logs for more info
      See Also:
    • SEQUENCE_ERROR

      public static final String SEQUENCE_ERROR
      you didn't follow the sequence of actions provided to use the Digified SDK it's better that you use BiometricDigified.getNextAction() to follow the sequence
      See Also:
  • Constructor Details

    • CaptureError

      public CaptureError()