Image Generator SDK  4.24.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
ImageGeneratorSDKErrorCodes Class Reference

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 QRCODE_MIN_IMAGE_SIZE and 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 CRONTOSIGN_MIN_SQUARE_SIZE and 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...
 

Detailed Description

Defines the error codes returned by the Image Generator SDK

Field Documentation

◆ CRONTOSIGN_GENERATION_ERROR

const int CRONTOSIGN_GENERATION_ERROR = -5001
static

An error occured during the CrontoSign generation, the return code value is -5001.

◆ CRONTOSIGN_SQUARE_SIZE_INVALID_VALUE

const int CRONTOSIGN_SQUARE_SIZE_INVALID_VALUE = -5003
static

An internal error occured, the return code value is -5003. The square size must be between CRONTOSIGN_MIN_SQUARE_SIZE and CRONTOSIGN_MAX_SQUARE_SIZE pixels.

◆ INPUT_VALUE_EMPTY

const int INPUT_VALUE_EMPTY = -5004
static

The input value is empty, the return code value is -5004.

◆ INPUT_VALUE_NOT_EVEN

const int INPUT_VALUE_NOT_EVEN = -5007
static

The input value has not an even length, the return code value is -5007.

◆ INPUT_VALUE_NOT_HEXA

const int INPUT_VALUE_NOT_HEXA = -5006
static

The input value is not an hexadecimal value, the return code value is -5006.

◆ INPUT_VALUE_TOO_LONG

const int INPUT_VALUE_TOO_LONG = -5005
static

The input value is too long, the return code value is -5005.

◆ INTERNAL_ERROR

const int INTERNAL_ERROR = -5000
static

An internal error occured, the return code value is -5000.

◆ QRCODE_ERROR_CORRECTION_LEVEL_INVALID_VALUE

const int QRCODE_ERROR_CORRECTION_LEVEL_INVALID_VALUE = -5008
static

The error correction level is invalid, the return code value is -5008.

◆ QRCODE_IMAGE_SIZE_INVALID_VALUE

const int QRCODE_IMAGE_SIZE_INVALID_VALUE = -5002
static

The image size is invalid, the return code value is -5002. The image size must be between QRCODE_MIN_IMAGE_SIZE and QRCODE_MAX_IMAGE_SIZE pixels.


The documentation for this class was generated from the following file: