Barcode Xpress for Linux v13.4 - Updated
BX_Error
API Reference > Barcode Component API Reference > Barcode Component Structures Reference > BX_Error

Contains information for a single error that may be generated by the barcode engine.

Declaration:

Copy Code
typedef struct tagBX_Error
{
    BX_Status ErrorStatus;
    const char* ErrorID;
    const char* ErrorMessage;
} BX_Error;

Members:

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.