Barcode Xpress for Linux v13.9 - 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:

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.
Is this page helpful?
Yes No
Thanks for your feedback.