Contains information for a single error that may be generated by the barcode engine.
Declaration:
typedef struct tagBX\_Error
{
BX\_Status ErrorStatus;
const char\* ErrorID;
const char\* ErrorMessage;
} BX\_Error;
Members:
Name | Type | Description |
---|---|---|
ErrorStatus | BX_Status | Specifies the state of the barcode engine when the error occurs. |
ErrorID | const char* | A string describing the error that has occurred. |
ErrorMessage | const char* | A string providing additional information about the error. The message provides information about what caused the error and how to correct it. |