Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeException Class / getStatus Method
In This Topic
    getStatus Method
    In This Topic
    Gets the error code of this error. Only internal errors (thrown from BarcodeReader) will produce valid error statuses.
    Syntax
    public int getStatus()

    Return Value

    -1 for a non-internal error, or a positive number for an internal error status number.
    See Also