MSSImageScanner 4.29.0
The MSSImageScanner SDK provides a library to scan QR codes and CrontoSign images
Loading...
Searching...
No Matches
QRCodeScannerSDKErrorCodes.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8// Indicates that an internal error occurred.
9#define QRCodeScannerSDKErrorCodes_INTERNAL_ERROR -4500
10
11// Indicates that the input parameter is null.
12#define QRCodeScannerSDKErrorCodes_INPUT_PARAMETER_NULL -4501
13
14// Indicates that no camera is available to perform the scanning process.
15#define QRCodeScannerSDKErrorCodes_CAMERA_NOT_AVAILABLE -4502
16
17// Indicates that the permission to access to the camera is denied.
18#define QRCodeScannerSDKErrorCodes_PERMISSION_DENIED -4503
19
20// Indicates that the provided image is invalid and cannot be decoded.
21#define QRCodeScannerSDKErrorCodes_INVALID_IMAGE -4505
22
23// Indicates that the provided image is too big to process.
24#define QRCodeScannerSDKErrorCodes_IMAGE_TOO_BIG -4506
25
26// Indicates that the provided code type is invalid.
27#define QRCodeScannerSDKErrorCodes_INVALID_CODE_TYPE -4507