Class QRCodeScannerSDKErrorCodes


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

      Fields 
      Modifier and Type Field Description
      static int CAMERA_NOT_AVAILABLE
      Camera is not available on the device, the error code value is -4502
      static int INTERNAL_ERROR
      Indicates that an internal error occurred, the error code value is -4500.
      static int INVALID_CODE_TYPE
      Code type used for decoding an image is not valid, the error code value is -4507
      static int INVALID_IMAGE
      An image to be decoded does not contain valid cronto/qr code, the error code value is -4505
      static int NATIVE_LIBRARY_NOT_LOADED
      Native library has not been loaded, the error code value is -4504
      static int PERMISSION_DENIED
      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 Detail

      • INTERNAL_ERROR

        public static final int INTERNAL_ERROR
        Indicates that an internal error occurred, the error code value is -4500.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • PERMISSION_DENIED

        public static final int PERMISSION_DENIED
        Permission to access the camera is not set, the error code value is -4503
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values