Barcode Xpress for Linux v14.0 - Updated January 7, 2025
API Reference / Barcode Component API Reference / Barcode Component Structures Reference / BX_Error
In This Topic
BX_Error
In This Topic

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.