Defines the error codes returned by the Image Generator SDK
More...
Defines the error codes returned by the Image Generator SDK
◆ 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 |
◆ 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 documentation for this class was generated from the following file: