Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Exception for signalling barcode reader errors.
class com.dynamsoft.dbr.BarcodeReaderException;
Method | Type | Description |
---|---|---|
getErrorCode |
int | Get the error code |
Return Value
This method returns the DBR error code. Please view more about the error code in EnumErrorCode
Code Snippet
try {
//Do something here
} catch (BarcodeReaderException e) {
e.printStackTrace();
}
latest version