Class QRCodeScannerSDKErrorCodes

java.lang.Object
com.vasco.digipass.sdk.utils.qrcodescanner.QRCodeScannerSDKErrorCodes

public class QRCodeScannerSDKErrorCodes extends Object
This class provides the error codes managed by the QR Code Scanner SDK.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Camera is not available on the device, the error code value is -4502
    static final int
    Indicates that an internal error occurred, the error code value is -4500.
    static final int
    Code type used for decoding an image is not valid, the error code value is -4507
    static final int
    An image to be decoded does not contain valid cronto/qr code, the error code value is -4505
    static final int
    The image is neither YUV_420_888 or RGBA_888 format which are the only accepted image formats, the error code value is -4508
    static final int
    Native library has not been loaded, the error code value is -4504
    static final int
    Permission to access the camera is not set, the error code value is -4503
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INTERNAL_ERROR

      public static final int INTERNAL_ERROR
      Indicates that an internal error occurred, the error code value is -4500.
      See Also:
    • CAMERA_NOT_AVAILABLE

      public static final int CAMERA_NOT_AVAILABLE
      Camera is not available on the device, the error code value is -4502
      See Also:
    • PERMISSION_DENIED

      public static final int PERMISSION_DENIED
      Permission to access the camera is not set, the error code value is -4503
      See Also:
    • NATIVE_LIBRARY_NOT_LOADED

      public static final int NATIVE_LIBRARY_NOT_LOADED
      Native library has not been loaded, the error code value is -4504
      See Also:
    • INVALID_IMAGE

      public static final int INVALID_IMAGE
      An image to be decoded does not contain valid cronto/qr code, the error code value is -4505
      See Also:
    • INVALID_CODE_TYPE

      public static final int INVALID_CODE_TYPE
      Code type used for decoding an image is not valid, the error code value is -4507
      See Also:
    • INVALID_IMAGE_FORMAT

      public static final int INVALID_IMAGE_FORMAT
      The image is neither YUV_420_888 or RGBA_888 format which are the only accepted image formats, the error code value is -4508
      See Also: