Dynamsoft.Barcode.ErrorCode Enumeration

The following are all the errors defined in Dynamsoft Barcode Reader.

Error Code Constant Error String
0 DBR_SUCCESS OK
-10000 DBR_UNKNOWN Unknown error
-10001 DBR_NOMEMORY Not enough memory
-10002 DBR_NULL_REFERENCE The object isn't set to an instance.
-10003 DBR_LICENSE_INVALID License is invalid
-10004 DBR_LICENSE_EXPIRED License is expired
-10005 DBR_FILE_NOT_FOUND The file to decode is not found
-10006 DBR_FILETYPE_NOT_SUPPORT The file type to decode is not supported
-10007 DBR_BPP_NOT_SUPPORT The BPP is not supported
-10008 DBR_INDEX_INVALID Index is invalid
-10009 DBR_BARCODE_FORMAT_INVALID Barcode format is invalid
-10010 DBR_CUSTOM_REGION_INVALID Barcode custom regoin to decode is invalid
-10011 DBR_MAX_BARCODE_NUMBER_INVALID The maximum barcode number is invalid
-10012 DBR_IMAGE_READ_FAIL Read image fails
-10013 DBR_TIFF_READ_FAIL Read TIFF type image fails
-10014 DBR_FULL_USE_TRIAL_LICENSE You are running a full version but the license is for trial version. Please input your full license instead.
-10015 DBR_TRIAL_USE_FULL_LICENSE You are running a trial version but the license is for full version. Please install a full version of Barcode Reader.
-10016 DBR_QR_LICENSE_INVALID You do not have a valid QR Barcode license.
-10017 DBRERR_1D_LICENSE_INVALID You do not have a valid 1D Barcode license.
-10018 DBRERR_INVALID_DIB_BUFFER Invalid DIB Buffer.
-10019 DBRERR_PDF417_LICENSE_INVALID You do not have a valid PDF417 barcode license.
-10020 DBRERR_DATAMATRIX_LICENSE_INVALID You do not have a valid DATAMATRIX barcode license.
-10021 DBRERR_PDF_READ_FAIL PDF file read failed.