Class QRCodeScannerSDKErrorCodes
java.lang.Object
com.vasco.digipass.sdk.utils.qrcodescanner.QRCodeScannerSDKErrorCodes
This class provides the error codes managed by the QR Code Scanner SDK.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Camera is not available on the device, the error code value is -4502static 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 -4507static final int
An image to be decoded does not contain valid cronto/qr code, the error code value is -4505static 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 -4508static final int
Native library has not been loaded, the error code value is -4504static final int
Permission to access the camera is not set, the error code value is -4503 -
Method Summary
-
Field Details
-
INTERNAL_ERROR
public static final int INTERNAL_ERRORIndicates that an internal error occurred, the error code value is -4500.- See Also:
-
CAMERA_NOT_AVAILABLE
public static final int CAMERA_NOT_AVAILABLECamera is not available on the device, the error code value is -4502- See Also:
-
PERMISSION_DENIED
public static final int PERMISSION_DENIEDPermission 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_LOADEDNative library has not been loaded, the error code value is -4504- See Also:
-
INVALID_IMAGE
public static final int INVALID_IMAGEAn 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_TYPECode 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_FORMATThe 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:
-