![]() |
Image Generator SDK
4.23.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
|
Defines the error codes returned by the Image Generator SDK More...
Static Public Attributes | |
const int | INTERNAL_ERROR = -5000 |
An internal error occured, the return code value is -5000. More... | |
const int | CRONTOSIGN_GENERATION_ERROR = -5001 |
An error occured during the CrontoSign generation, the return code value is -5001. More... | |
const int | QRCODE_IMAGE_SIZE_INVALID_VALUE = -5002 |
The image size is invalid, the return code value is -5002. The image size must be between Vasco.Image.Generators.ImageGeneratorSDKConstants.QRCODE_MIN_IMAGE_SIZE and Vasco.Image.Generators.ImageGeneratorSDKConstants.QRCODE_MAX_IMAGE_SIZE pixels. More... | |
const int | CRONTOSIGN_SQUARE_SIZE_INVALID_VALUE = -5003 |
An internal error occured, the return code value is -5003. The square size must be between Vasco.Image.Generators.ImageGeneratorSDKConstants.CRONTOSIGN_MIN_SQUARE_SIZE and Vasco.Image.Generators.ImageGeneratorSDKConstants.CRONTOSIGN_MAX_SQUARE_SIZE pixels. More... | |
const int | INPUT_VALUE_EMPTY = -5004 |
The input value is empty, the return code value is -5004. More... | |
const int | INPUT_VALUE_TOO_LONG = -5005 |
The input value is too long, the return code value is -5005. More... | |
const int | INPUT_VALUE_NOT_HEXA = -5006 |
The input value is not an hexadecimal value, the return code value is -5006. More... | |
const int | INPUT_VALUE_NOT_EVEN = -5007 |
The input value has not an even length, the return code value is -5007. More... | |
const int | QRCODE_ERROR_CORRECTION_LEVEL_INVALID_VALUE = -5008 |
The error correction level is invalid, the return code value is -5008. More... | |
Defines the error codes returned by the Image Generator SDK
|
static |
An error occured during the CrontoSign generation, the return code value is -5001.
|
static |
An internal error occured, the return code value is -5003. The square size must be between Vasco.Image.Generators.ImageGeneratorSDKConstants.CRONTOSIGN_MIN_SQUARE_SIZE and Vasco.Image.Generators.ImageGeneratorSDKConstants.CRONTOSIGN_MAX_SQUARE_SIZE pixels.
|
static |
The input value is empty, the return code value is -5004.
|
static |
The input value has not an even length, the return code value is -5007.
|
static |
The input value is not an hexadecimal value, the return code value is -5006.
|
static |
The input value is too long, the return code value is -5005.
|
static |
An internal error occured, the return code value is -5000.
|
static |
The error correction level is invalid, the return code value is -5008.
|
static |
The image size is invalid, the return code value is -5002. The image size must be between Vasco.Image.Generators.ImageGeneratorSDKConstants.QRCODE_MIN_IMAGE_SIZE and Vasco.Image.Generators.ImageGeneratorSDKConstants.QRCODE_MAX_IMAGE_SIZE pixels.