ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecErrorCodes Enumeration |
'Declaration Public Enum ImGearRecErrorCodes Inherits System.Enum
'Usage Dim instance As ImGearRecErrorCodes
public enum ImGearRecErrorCodes : System.Enum
__value public enum ImGearRecErrorCodes : public System.Enum
public enum class ImGearRecErrorCodes : public System.Enum
Member | Value | Description |
---|---|---|
API_BUSY_ERR | 0x8004C415 | Engine is busy. |
API_CRYPT_MISS_WARN | 0x0004C41C | Crypt module missing. |
API_DOTNET30_OR_LATER_MISSING_ERR | 0x8004C41B | Missing .NET 3.0 or later. |
API_ERROR_ERR | 0x8004C40D | General error in the Engine. |
API_EVALDATE_EXPIRED_ERR | 0x8004C416 | Evaluation date of the Engine has expired. |
API_FILEFORMAT_ERR | 0x8004C418 | Format error in the actual file. |
API_GPFAULT_ERR | 0x8004C40E | General Protection Fault in the Engine. |
API_HARDLOCK_ERR | 0x8004C412 | Hardlock not found or hardlock service has not been started. |
API_HARDTIMEOUT_ERR | 0x8004C41D | Recognition process hard TimeOut. |
API_INCORRECTMODULEVERSION_ERR | 0x8004C401 | Inconsistent Engine configuration. |
API_INIT_ERR | 0x8004C402 | Engine initialization error, or no appropriate license. |
API_INIT_WARN | 0x0004C404 | Module initialization warning. |
API_INVALIDSESSION_ERR | 0x8004C419 | Current session is invalid. |
API_LICENSE_ERR | 0x8004C413 | Invalid license or Engine Licence file not found. |
API_MODULEENTRY_ERR | 0x8004C409 | Missing entry in a module. |
API_MODULEINIT_ERR | 0x8004C40B | Module initialization error. |
API_MODULEINVALID_ERR | 0x8004C40A | Invalid module. |
API_MODULELOAD_ERR | 0x8004C408 | OS could not load a module. |
API_MODULEMISSING_ERR | 0x8004C407 | Module not present. |
API_NOT_AVAILABLE_ERR | 0x8004C40C | The requested function is unavailable, or there is no appropriate license. This error can also indicate an unsupported combination of recognition parameters, e.g. when a language is not supported for the selected recognition module. |
API_PARAMETER_ERR | 0x8004C414 | Invalid parameters. |
API_PLATFORM_ERR | 0x8004C40F | Unsupported operating system. |
API_PROCESS_ABORTED_ERR | 0x8004C405 | Application has aborted the current process. |
API_PROCESS_FINISH | 0x8004C406 | Application has terminated the current recognition process. Recognized text is kept. |
API_QUIT_ERR | 0x8004C403 | Engine termination error. |
API_STS_ERR | 0x8004C411 | Invalid setting. |
API_STS_SYNTAX_ERR | 0x8004C410 | Syntax error in the specified Engine Settings file. |
API_TIMEOUT_ERR | 0x8004C417 | Recognition process soft TimeOut. |
APIP_INIT_ERR | 0x8004D101 | APIPlus initialization error. |
APIP_INTERNAL_ERR | 0x8004D104 | Internal error in RecAPIPlus. |
APIP_NOMORE_WARN | 0x0004D103 | No more items available. |
APIP_PARAM_ERR | 0x8004D102 | Parameter error. |
ASN_INIT_ERR | 0x8004D701 | Asian recognition module initialization error. |
BRA_INIT_ERR | 0x8004D201 | Braille recognition module initialization error. |
CHR_CODELENGTH_ERR | 0x8004C305 | Length of exported code exceeds buffer size. |
CHR_ILLEGALCODE_ERR | 0x8004C301 | Illegal internal code as a parameter. |
CHR_ILLEGALSETTING_ERR | 0x8004C302 | Set parameter is not acceptable (e.g. size mismatch.). |
CHR_INIT_ERR | 0x8004C308 | Character Set and Code Pages module initialization error. |
CHR_LANG_NOTFOUND_ERR | 0x8004C30A | There are no matching languages. |
CHR_LANGSET_CODEPAGE_ERR | 0x8004C307 | Conflict: The selected Code Page does not support some characters in the selected languages: there is no exact code in the Code Page for them. |
CHR_MISSINGEXPORT_ERR | 0x8004C306 | Character conversion is not available for the given character. |
CHR_MULTIPLELANG_FOUND_WARN | 0x0004C309 | There are more than one matching languages. |
CHR_NOMORE_WARN | 0x0004C303 | End of list of available Code Pages. |
CHR_SETFILE_ERR | 0x8004C304 | Error while loading the Code Page Definition file (RECOGN.SET). |
DOT_ERR | 0x8004CC01 | Dot-matrix recognition error. |
EXTRACTED_TXT_WARN | 0x0004C90E | Limited information extacted from input document. |
FILE_ACCESS_ERR | 0x8004C107 | File access denied. |
FILE_ALREADYEXIST_ERR | 0x8004C10F | File already exists. |
FILE_CANTCREATE_MUTEX_ERR | 0x8004C117 | Mutex cannot be created. |
FILE_CANTRELEASE_MUTEX_ERR | 0x8004C118 | Mutex cannot be released. |
FILE_CREATE_ERR | 0x8004C109 | File creation error. |
FILE_DIRNOTEMPTY_ERR | 0x8004C113 | Directory is not empty. |
FILE_DISKFULL_ERR | 0x8004C10C | Disk full. |
FILE_ERR | 0x8004C101 | File operation internal error. |
FILE_INIT_ERR | 0x8004C119 | File system initialization error. |
FILE_INVALIDFLAG_ERR | 0x8004C110 | Invalid flag specified in a function call. |
FILE_INVALIDFUNCTION_ERR | 0x8004C11D | The specified flag combination is not supported. |
FILE_INVALIDHANDLE_ERR | 0x8004C114 | Invalid handle specified in a function call. |
FILE_INVALIDPARAMETER_ERR | 0x8004C111 | Invalid parameter specified in a function call. |
FILE_INVALIDPOINTER_ERR | 0x8004C11C | Invalid pointer specified in a function call. |
FILE_IO_ERR | 0x8004C10D | File I/O error. |
FILE_LOCKVIOLATION_ERR | 0x8004C112 | File locking error. |
FILE_MEM_ERR | 0x8004C10B | Out of memory during file I/O. |
FILE_MUTEX_NOTAVAILABLE_ERR | 0x8004C116 | Mutex is not available. |
FILE_NOMORE_WARN | 0x0004C11E | Internal use only. |
FILE_NOT_IMPLEMENTED_ERR | 0x8004C11B | Function call not implemented yet. |
FILE_NOTFOUND_ERR | 0x8004C104 | File not found. |
FILE_OPEN_ERR | 0x8004C103 | File open error. |
FILE_QUIT_ERR | 0x8004C11A | File Manager's module quit error. |
FILE_READ_ERR | 0x8004C105 | File read error. |
FILE_REMOVE_ERR | 0x8004C108 | File removal error. |
FILE_SEEK_ERR | 0x8004C10A | File seek error. |
FILE_SHARE_ERR | 0x8004C10E | Sharing violation. |
FILE_SYNTAX_ERR | 0x8004C102 | File handling syntax error. |
FILE_TOOLARGE_ERR | 0x8004C115 | File size limit error. |
FILE_WRITE_ERR | 0x8004C106 | File write error. |
FRX_INIT_ERR | 0x8004D601 | Fireworx recognition module initialization error. |
IMF_APPEND_ERR | 0x8004C610 | Appending not allowed. |
IMF_CLOSE_ERR | 0x8004C605 | Image file close error. |
IMF_COLOR_ERR | 0x8004C60E | Color PCX file is not supported. |
IMF_COMP_ERR | 0x8004C60A | Error in image compression. |
IMF_COMP_WARN | 0x0004C617 | Problem in image compression. |
IMF_CREATE_ERR | 0x8004C606 | Image file create error. |
IMF_EMPTYHANDLE_WARN | 0x0004C614 | The file belonging to this handle does not exist any longer. |
IMF_FAXVIEWMISS_ERR | 0x8004C612 | Microsoft Fax viewer missing or not installed. |
IMF_FILEFORMAT_ERR | 0x8004C60D | File format error. |
IMF_FILENOTEMPTY_ERR | 0x8004C611 | Writing into a non-empty file without IMF append mode specified. |
IMF_IMGFORM_ERR | 0x8004C60B | Unknown image format. |
IMF_INIT_ERR | 0x8004C603 | Image file I/O module initialization error. |
IMF_MEMORY_ERR | 0x8004C607 | Out of memory during image file I/O. |
IMF_NOTSUP_ERR | 0x8004C608 | Not supported image file format or image file type. |
IMF_OPEN_ERR | 0x8004C604 | Image file open error. |
IMF_PAGENUM_ERR | 0x8004C60C | Non-existent page number. |
IMF_PASSWORD_WARN | 0x0004C613 | Password protected file. |
IMF_READ_ERR | 0x8004C601 | Image file read error. |
IMF_READ_WARN | 0x0004C616 | Image file read problem. |
IMF_TAGMISSING_ERR | 0x8004C609 | Required TIFF basic tag is missing. |
IMF_TMPFILE_ERR | 0x8004C60F | Temporary file handling error. |
IMF_WRITE_ERR | 0x8004C602 | Image file write error. |
IMG_ACCESS_ERR | 0x8004C70C | Image operation denied. |
IMG_ANCHOR_WARN | 0x0004C712 | One or more anchor zones were not found. |
IMG_ANCHORNOTFOUND_ERR | 0x8004C713 | Neither of the anchor zones were found. |
IMG_BITMAPADDRESS_ERR | 0x8004C707 | Invalid bitmap address. |
IMG_BITSPERPIXEL_ERR | 0x8004C708 | Unsupported BitsPerPixel value. |
IMG_BUFFEROVERFLOW_ERR | 0x8004C70B | Buffer overflow during processing the image. |
IMG_COMPRESSED_ERR | 0x8004C706 | Cannot process compressed image. |
IMG_DPI_ERR | 0x8004C704 | Non-supported resolution. |
IMG_DPI_WARN | 0x0004C711 | Non-supported resolution. |
IMG_HANDLE_ERR | 0x8004C70A | Invalid image handle. |
IMG_INVALIDOP_ERR | 0x8004C70F | Operation not supported on this image. |
IMG_NOMORE_WARN | 0x0004C70D | No more lines in defined image area. |
IMG_NOTATTACHED_ERR | 0x8004C709 | Internal use only. |
IMG_NOTENOUGHMEMORY_ERR | 0x8004C702 | Not enough memory during image processing. |
IMG_NOTFOUND_ERR | 0x8004C705 | Image not found. |
IMG_RECT_ERR | 0x8004C703 | Invalid rectangle dimensions. |
IMG_SETTING_ERR | 0x8004C701 | Internal use only. |
IMG_SIZE_ERR | 0x8004C70E | Non-supported image size. |
IMG_ZONE_ERR | 0x8004C710 | Invalid zone operation. |
L_ERROR_ABORTED | 0x8004DA1F | The function was aborted. |
L_ERROR_APPSET | 0x8004DA1A | Invalid appset. |
L_ERROR_BADVERSION | 0x8004DA15 | Wrong Layout Analyser version. |
L_ERROR_CALL | 0x8004DA13 | Invalid function call. |
L_ERROR_CONV_LECSO | 0x8004DA21 | Layout Analyser command error. |
L_ERROR_CONV_NODOCUMENT | 0x8004DA20 | No document in Layout Analyser Storage. |
L_ERROR_CONVERTER | 0x8004DA14 | Conversion error. |
L_ERROR_DOCFORMATTER | 0x8004DA23 | Internal use only. |
L_ERROR_DTK | 0x8004DA17 | DTK function error. |
L_ERROR_FILE | 0x8004DA0A | Gerneral file operation error. |
L_ERROR_FILE_CLOSE | 0x8004DA0C | File cannot be closed. |
L_ERROR_FILE_FORMAT | 0x8004DA10 | Wrong file format. |
L_ERROR_FILE_OPEN | 0x8004DA0B | File cannot be opened. |
L_ERROR_FILE_READ | 0x8004DA0E | File reading error. |
L_ERROR_FILE_SEEK | 0x8004DA0D | File seeking error. |
L_ERROR_FILE_WRITE | 0x8004DA0F | File writing error. |
L_ERROR_IMAGE | 0x8004DA16 | Image operation error. |
L_ERROR_MASTERSOFT | 0x8004DA1E | Text converter filter error. |
L_ERROR_NOACCESS | 0x8004DA1C | Access error. |
L_ERROR_NOID | 0x8004DA07 | No such Object ID. |
L_ERROR_NOTIMPLEMENTED | 0x8004DA1D | Feature not implemented. |
L_ERROR_OBJID | 0x8004DA08 | Wrong Object ID. |
L_ERROR_OBJTYPE | 0x8004DA09 | Wrong object type. |
L_ERROR_OUTPUT_MODE | 0x8004DA19 | Invalid output mode. |
L_ERROR_PARAMETER | 0x8004DA11 | Invalid internal parameter. |
L_ERROR_PRERENDERING | 0x8004DA1B | Prerendering error. |
L_ERROR_RANGE | 0x8004DA12 | Invalid internal range. |
L_ERROR_READONLY | 0x8004DA18 | Layour Analyser opened as read only. |
L_ERROR_STOP | 0x8004DA24 | Internal use only. |
L_ERROR_TOO_MANY_SHEETS | 0x8004DA22 | Too many Excel sheets. |
L_ERRORS | 0x8004DA06 | General OmniPage Document (OPD) Error. |
L_FATALERRORS | 0x8004DB01 | General OmniPage Document (OPD) Fatal error. |
L_FERROR_FILEFORMAT | 0x8004DB04 | Wrong file format or wrong reading or writing methods. |
L_FERROR_INDEX | 0x8004DB05 | Wrong index stream. |
L_FERROR_INTERNAL | 0x8004DB03 | Internal OmniPage Document (OPD) error. |
L_FERROR_MEMORY | 0x8004DB02 | OmniPage Document (OPD) memory problem. |
L_FERROR_MISSING | 0x8004DB09 | Missing file (usually a DLL). |
L_FERROR_NOSET | 0x8004DB07 | Some attribute was not set. |
L_FERROR_PERMISSION | 0x8004DB08 | PDF modification restricted. |
L_FERROR_RECAPI | 0x8004DB06 | Error in RecApi. |
L_WARNING_MISSING | 0x0004DA04 | Missing data. |
L_WARNING_NOTFOUND | 0x0004DA02 | Layout Analyser Object not found. |
L_WARNING_NOTOPENED | 0x0004DA03 | Layout Analyser Object not opened. |
L_WARNING_SUBSTITUTED | 0x0004DA05 | Data substitution. |
L_WARNINGS | 0x0004DA01 | General OmniPage Document (OPD) Warning. |
MEM_INVALIDPOINTER_ERR | 0x8004C202 | Invalid pointer to a memory object. |
MEM_NOTENOUGH_ERR | 0x8004C201 | Not enough memory for this memory operation. |
MGR_ERR | 0x8004C901 | Engine manager module error. |
MNG_INIT_ERR | 0x8004D801 | MNG recognition module initialization error. |
MOR_BCTCORRUPTED_ERR | 0x8004CA04 | Knowledge base file for MOR recognition module corrupted (RECOGN.BCT). |
MOR_BCTNOTFOUND_ERR | 0x8004CA03 | Knowledge base file for MOR recognition module not found (RECOGN.BCT). |
MOR_BCTVERSION_ERR | 0x8004CA05 | Incorrect knowledge base file version (RECOGN.BCT). |
MOR_DOS_ERR | 0x8004CA02 | DOS error during recognition. |
MOR_FILECORRUPTED_ERR | 0x8004CA07 | File corrupted. |
MOR_GPFAULT_ERR | 0x8004CA09 | General Protection Fault in the MOR recognition module. |
MOR_INIT_ERR | 0x8004CA01 | MOR recognition module initialization error. |
MOR_INTERNAL_ERR | 0x8004CA08 | Internal error in the MOR recognition module. |
MOR_TOOLARGE_ERR | 0x8004CA06 | Image size too large. |
MTX_INIT_ERR | 0x8004D501 | M/TEXT recognition module initialization error. |
NO_TXT_WARN | 0x0004C902 | No recognized text available: either because the zone is empty or the required recognition module has not been initialized properly. |
NOT_IMPL_ERR | 0x8004C41A | Non-implemented feature. |
OCR_NO_MODULE_WARN | 0x0004C903 | No selected recognition module. |
PAGE_HANDLE_ERR | 0x8004C802 | Page handle not found. |
PAGE_NOTFOUND_ERR | 0x8004C801 | Page not found. |
REC_OK | 0x00000000 | Successful operation, no error. |
SPL_BADFILEFORMAT_ERR | 0x8004D006 | Invalid file format (TEV.SZO). |
SPL_BADWORD_ERR | 0x8004D00F | Item is incorrect (NULL pointer, empty word, or illegal regular expression pattern). |
SPL_CLOSE_ERR | 0x8004D008 | User dictionary close error. |
SPL_DUPWORD_ERR | 0x8004D00D | Item already exists in the User dictionary. |
SPL_EXISTSECT_WARN | 0x0004D012 | Section already exists in User dictionary. |
SPL_FOPEN_ERR | 0x8004D003 | Spell file open error. |
SPL_FREAD_ERR | 0x8004D004 | Spell file read error. |
SPL_FWRITE_ERR | 0x8004D005 | User dictionary write error. |
SPL_HANDLE_ERR | 0x8004D00A | Internal spell function call with a wrong handle. |
SPL_INIT_ERR | 0x8004D007 | Module initialization error. |
SPL_INTERNAL_ERR | 0x8004D00C | Internal checking error. |
SPL_LANG_ERR | 0x8004D009 | Illegal language setting. |
SPL_MEMORY_ERR | 0x8004D001 | Not enough memory for the SPL module. |
SPL_NOINIT_ERR | 0x8004D002 | Uninitialized spell object. |
SPL_NOMORE_WARN | 0x0004D00B | No more suggestions/items available. |
SPL_NOTFOUND_ERR | 0x8004D00E | Item does not exist in the User dictionary. |
SPL_REGEXP_SYNTAX_ERR | 0x8004D011 | Regular expression syntax error. |
SPL_UDSECT_ERR | 0x8004D010 | Section does not exist in the User dictionary. |
STSMN_BADORMISSINGREF_ERR | 0x8004D909 | The reference of a symbolic link subtree is invalid or the referenced setting does not exist yet. |
STSMN_BADTYPE_ERR | 0x8004D903 | Improper setting type. |
STSMN_FULLSAVEDTREE_WARN | 0x0004D908 | The loaded settings file may contain default values. |
STSMN_HANDLE_ERR | 0x8004D901 | StsMan invalid node handle error. |
STSMN_INVALIDFILE_ERR | 0x8004D906 | Settings file content invalid. |
STSMN_NOSETTING_ERR | 0x8004D902 | No settings in node. |
STSMN_NOTFOUND_ERR | 0x8004D907 | Node not found. |
STSMN_OPNOTALLOWED_ERR | 0x8004D904 | Operation not allowed for setting or node. |
STSMN_PARAMETER_ERR | 0x8004D905 | Invalid parameter. |
ZONE_EXISTING_SEQ_ERR | 0x8004C907 | Internal use only. |
ZONE_FILE_ERR | 0x8004C908 | Internal use only. |
ZONE_IMAGE_DOWNSAMPLED_WARN | 0x0004C90B | Color image was downsampled. |
ZONE_NO_FIELDNAME_WARN | 0x0004C90D | Zone can not have a field name defined. |
ZONE_NOTFOUND_ERR | 0x8004C904 | No zone in the zone list. |
ZONE_NOTFOUND_WARN | 0x0004C905 | No zone in the zone list. |
ZONE_POSITION_ERR | 0x8004C906 | Invalid zone index. |
ZONE_SHAPE_ERR | 0x8004C90A | Invalid zone shape (not rectangular). |
ZONE_SIZE_ERR | 0x8004C909 | Invalid zone coordinates. |
ZONE_SIZE_WARN | 0x0004C90C | Invalid zone coordinates. |
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecErrorCodes