0% found this document useful (0 votes)
593 views6 pages

ErrMsg Eng

This document contains a list of error codes and their corresponding English descriptions for various file, memory, character, API, image, and page related errors. There are over 100 errors listed spanning opening, reading, writing, and other operations for files, as well as initialization, memory allocation, invalid parameters, and other errors for other systems.

Uploaded by

Tundah11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
593 views6 pages

ErrMsg Eng

This document contains a list of error codes and their corresponding English descriptions for various file, memory, character, API, image, and page related errors. There are over 100 errors listed spanning opening, reading, writing, and other operations for files, as well as initialization, memory allocation, invalid parameters, and other errors for other systems.

Uploaded by

Tundah11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

# UTF-8 coded message file for converting error codes to English text. [eng] REC_OK = "Successful operation, no error.

" FILE_ERR = "File operation internal error." FILE_SYNTAX_ERR = "File handling syntax error." FILE_OPEN_ERR = "File open error." FILE_NOTFOUND_ERR = "File not found." FILE_READ_ERR = "File read error." FILE_WRITE_ERR = "File write error." FILE_ACCESS_ERR = "File access denied." FILE_REMOVE_ERR = "File removal error." FILE_CREATE_ERR = "File creation error." FILE_SEEK_ERR = "File seek error." FILE_MEM_ERR = "Out of memory during file I/O." FILE_DISKFULL_ERR = "Disk full." FILE_IO_ERR = "File I/O error." FILE_SHARE_ERR = "Sharing violation." FILE_ALREADYEXIST_ERR = "File already exists" FILE_INVALIDFLAG_ERR = "Invalid flag specified in a function call" FILE_INVALIDPARAMETER_ERR = "Invalid parameter specified in a function call" FILE_LOCKVIOLATION_ERR = "File locking error" FILE_DIRNOTEMPTY_ERR = "Directory is not empty" FILE_INVALIDHANDLE_ERR = "Invalid handle specified in a function call" FILE_TOOLARGE_ERR = "File size limit error." FILE_MUTEX_NOTAVAILABLE_ERR = "Mutex is not available" FILE_CANTCREATE_MUTEX_ERR = "Mutex cannot be created" FILE_CANTRELEASE_MUTEX_ERR = "Mutex cannot be released" FILE_INIT_ERR = "File system initialization error." FILE_QUIT_ERR = "File Manager's module quit error" FILE_NOT_IMPLEMENTED_ERR = "Function call not implemented yet" FILE_INVALIDPOINTER_ERR = "Invalid pointer specified in a function call" FILE_INVALIDFUNCTION_ERR = "The specified flag combination is not supported" FILE_NOMORE_WARN = "Internal use only" MEM_NOTENOUGH_ERR = "Not enough memory for this memory operation." MEM_INVALIDPOINTER_ERR = "Invalid pointer to a memory object." CHR_ILLEGALCODE_ERR = "Illegal internal code as a parameter." CHR_ILLEGALSETTING_ERR = "Set parameter is not acceptable (e.g. size mismatch.)" CHR_NOMORE_WARN = "End of list of available Code Pages." CHR_SETFILE_ERR = "Error while loading the Code Page Definition file (RECOGN.SET )." CHR_CODELENGTH_ERR = "Length of exported code exceeds buffer size." CHR_MISSINGEXPORT_ERR = "Character conversion is not available for the given cha racter." CHR_LANGSET_CODEPAGE_ERR = "Conflict: The selected Code Page does not support so me characters in the selected languages: there is no exact code in the Code Page for them." CHR_INIT_ERR = "Character Set and Code Pages module initialization error." CHR_MULTIPLELANG_FOUND_WARN = "There are more than one matching languages." CHR_LANG_NOTFOUND_ERR = "There are no matching languages." API_INCORRECTMODULEVERSION_ERR = "Inconsistent ENGine configuration." API_INIT_ERR = "ENGine initialization error, or no appropriate license." API_QUIT_ERR = "ENGine termination error." API_INIT_WARN = "Module initialization warning." API_PROCESS_ABORTED_ERR = "Application has aborted the current process." API_PROCESS_FINISH = "Application has terminated the current recognition process . Recognized text is kept." API_MODULEMISSING_ERR = "Module not present." API_MODULELOAD_ERR = "OS could not load a module." API_MODULEENTRY_ERR = "Missing entry in a module."

API_MODULEINVALID_ERR = "Invalid module." API_MODULEINIT_ERR = "Module initialization error." API_NOT_AVAILABLE_ERR = "The requested function is unavailable, or there is no a ppropriate license." API_ERROR_ERR = "General error in the ENGine." API_GPFAULT_ERR = "General Protection Fault in the ENGine." API_PLATFORM_ERR = "Unsupported operating system." API_STS_SYNTAX_ERR = "Syntax error in the specified ENGine Settings file." API_STS_ERR = "Invalid setting." API_HARDLOCK_ERR = "Hardlock not found or hardlock service has not been started. " API_LICENSE_ERR = "Invalid license or ENGine Licence file not found." API_PARAMETER_ERR = "Invalid parameters." API_BUSY_ERR = "ENGine is busy." API_EVALDATE_EXPIRED_ERR = "Evaluation date of the ENGine has expired." API_TIMEOUT_ERR = "Recognition process TimeOut." API_FILEFORMAT_ERR = "Format error in the actual file." API_INVALIDSESSION_ERR = "Current session is invalid. " NOT_IMPL_ERR = "Non-implemented feature." RSD_WARN = "General RSD warning." RSD_FAIL = "General RSD failure." RSD_INTERNAL = "Internal error." RSD_NA = "Feature not available." RSD_ACCESS = "Access violation." RSD_CORRUPTED = "Internal data structures corrupted." RSD_NOMEMORY = "No memory available." RSD_MEMORYFAIL = "Failed to lock or free memory." RSD_NOADAPTERMEMORY = "No adapter memory available." RSD_NOFILE = "File not found." RSD_CREATEFAIL = "File creation error." RSD_OPENFAIL = "File open error." RSD_READONLY = "Read-only file attribute." RSD_READFAIL = "File read error." RSD_WRITEFAIL = "File write error." RSD_CLOSEFAIL = "File close error." RSD_FILECORRUPTED = "File structure corrupted." RSD_NOMSGFILE = "Message text file not found." RSD_NOMESSAGE = "Message not found." RSD_DLL_NOFILE = "DLL not found." RSD_DLL_NOMEMORY = "Insufficient memory loading DLL." RSD_DLL_FORMAT = "Invalid DLL format." RSD_DLL_UNKNOWN = "Cannot load DLL." RSD_DLL_WINVER = "DLL requires new version of Windows." RSD_DLL_NOTLOADED = "DLL not loaded previously." RSD_DLL_GETPROC = "Cannot find function in DLL." RSD_NOMULTITASK = "Cannot be called from multiple applications." RSD_NOTOPENED = "Scanner driver not opened." RSD_NOTLOADED = "Scanner driver not loaded." RSD_NODRIVER = "Scanner driver not found." RSD_BADVERSION = "Invalid scanner driver version." RSD_DRIVERFAIL = "Scanner driver error." RSD_NOCARD = "Scanner interface card not found." RSD_BADHANDLE = "Invalid spec ID." RSD_PARAMID = "Invalid parameter ID specified." RSD_PARAMVALUE = "Invalid parameter value specified." RSD_BADADFCOMMAND = "Invalid ADF command." RSD_BADSTARTMODE = "Invalid scan start mode setting." RSD_BADPAPERSOURCE = "Invalid scan paper source setting." RSD_BADRESOLUTION = "Invalid scan resolution setting." RSD_BADMARGIN = "Invalid scan margin setting."

RSD_BADPAPERSIZE = "Invalid scan paper size setting." RSD_BADORIENTATION = "Invalid scan orientation setting." RSD_BADDUPLEX = "Invalid duplex scan setting." RSD_BADBRIGHTNESS = "Invalid scan brightness setting." RSD_BADCONTRAST = "Invalid scan contrast setting." RSD_BADIMAGEINTERP = "Invalid image interpretation setting." RSD_BADCOLORINTERP = "Invalid color interpretation setting." RSD_BADLAMPCOLOR = "Invalid scan lamp color setting." RSD_BADHALFTONE = "Invalid halftone setting." RSD_BADCOMPRESSION = "Invalid compression setting." RSD_BADFILETYPE = "Invalid image file type setting." RSD_BADINDICATION = "Invalid scan indication setting." RSD_CONFIGURATIONID = "Invalid configuration ID setting." RSD_SCSIID = "Invalid SCSI ID setting." RSD_BADPARAMCOMBO = "Invalid parameter combination." RSD_LINE_TOO_WIDE = "Line too wide to handle." RSD_NOIMAGE = "Image does not exist." RSD_BADIMAGEWIDTH = "Image width too small or too large." RSD_BADIMAGELENGTH = "Image length too small or too large." RSD_TRUNCATED = "User buffer too small." RSD_NOTCAPABLE = "Scanner does not support this feature." RSD_NOTCONNECTED = "Scanner not connected." RSD_NOTREADY = "Scanner not ready." RSD_NOPAPER = "Scanner ADF empty." RSD_PAPERJAM = "Scanner ADF paper jam." RSD_DOUBLEFEED = "Scanner ADF double feed." RSD_COVEROPEN = "Scanner ADF cover open." RSD_RESERVED = "Scanner already reserved." RSD_NOTRESERVED = "Scanner not reserved." RSD_SCANNERBUSY = "Scanner busy." RSD_SCANNERSTOP = "Stop button pushed on scanner." RSD_SCANNERFAIL = "Unspecified scanner error." RSD_NOSLAVE = "Attempt to scan duplex without slave." RSD_DUPLEX_NOBACK = "Cannot scan front-only in duplex mode." RSD_TIMEOUT = "Timeout (RSD module or the scanner)." RSD_USER_CANCELLED = "User cancelled operation." RSD_ABORTED = "Operation/action aborted." IMF_READ_ERR = "Image file read error." IMF_WRITE_ERR = "Image file write error." IMF_INIT_ERR = "Image file I/O module initialization error" IMF_OPEN_ERR = "Image file open error." IMF_CLOSE_ERR = "Image file close error." IMF_CREATE_ERR = "Image file create error." IMF_MEMORY_ERR = "Out of memory during image file I/O." IMF_NOTSUP_ERR = "Not supported image file format or image file type." IMF_TAGMISSING_ERR = "Required TIFF basic tag is missing." IMF_COMP_ERR = "Error in image compression." IMF_IMGFORM_ERR = "Unknown image format." IMF_PAGENUM_ERR = "Non-existent page number." IMF_FILEFORMAT_ERR = "File format error." IMF_COLOR_ERR = "Color PCX file is not supported." IMF_TMPFILE_ERR = "Temporary file handling error." IMF_APPEND_ERR = "Appending not allowed." IMF_FILENOTEMPTY_ERR = "Writing into a non-empty file without IMF append mode sp ecified." IMF_FAXVIEWMISS_ERR = "Microsoft Fax viewer missing or not installed." IMF_PASSWORD_WARN = "Password protected file " IMF_EMPTYHANDLE_WARN = "The file belonging to this handle does not exist any lon ger " IMF_PDFAPPENDONLY_ERR = "In case of PDF saving the append flag must be true "

IMF_READ_WARN = "Image file read problem." IMF_COMP_WARN = "Problem in image compression." IMG_SETTING_ERR = "Internal use only" IMG_NOTENOUGHMEMORY_ERR = "Not enough memory during image processing." IMG_RECT_ERR = "Invalid rectangle dimensions." IMG_DPI_ERR = "Non-supported resolution." IMG_NOTFOUND_ERR = "Image not found." IMG_COMPRESSED_ERR = "Cannot process compressed image." IMG_BITMAPADDRESS_ERR = "Invalid bitmap address." IMG_BITSPERPIXEL_ERR = "Unsupported BitsPerPixel value." IMG_NOTATTACHED_ERR = "Internal use only" IMG_HANDLE_ERR = "Invalid image handle." IMG_BUFFEROVERFLOW_ERR = "Buffer overflow during processing the image." IMG_ACCESS_ERR = "Image operation denied." IMG_NOMORE_WARN = "No more lines in defined image area." IMG_SIZE_ERR = "Non-supported image size." IMG_INVALIDOP_ERR = "Operation not supported on this image." IMG_ZONE_ERR = "Invalid zone operation." IMG_DPI_WARN = "Non-supported resolution." IMG_ANCHOR_WARN = "One or more anchor zones were not found." IMG_ANCHOR_NOT_FOUND = "Neither of the anchor zones were found." PAGE_NOTFOUND_ERR = "Page not found." PAGE_HANDLE_ERR = "Page handle not found." MGR_ERR = "Engine manager module error." NO_TXT_WARN = "No recognized text available: either because the zone is empty or the required recognition module has not been initialized properly." OCR_NO_MODULE_WARN = "No selected recognition module." ZONE_NOTFOUND_ERR = "No zone in the zone list." ZONE_NOMORE_WARN = "Internal use only" ZONE_POSITION_ERR = "Invalid zone index." ZONE_EXISTING_SEQ_ERR = "Internal use only" ZONE_FILE_ERR = "Internal use only" ZONE_SIZE_ERR = "Invalid zone coordinates." ZONE_SHAPE_ERR = "Invalid zone shape (not rectangular)." ZONE_IMAGE_DOWNSAMPLED_WARN = "Color image was downsampled." ZONE_SIZE_WARN = "Invalid zone coordinates." ZONE_NO_FIELDNAME_WARN = "Zone can not have a field name defined." MOR_INIT_ERR = "MOR recognition module initialization error." MOR_DOS_ERR = "DOS error during recognition." MOR_BCTNOTFOUND_ERR = "Knowledge base file for MOR recognition module not found (RECOGN.BCT)." MOR_BCTCORRUPTED_ERR = "Knowledge base file for MOR recognition module corrupted (RECOGN.BCT)." MOR_BCTVERSION_ERR = "Incorrect knowledge base file version (RECOGN.BCT)." MOR_TOOLARGE_ERR = "Image size too large." MOR_FILECORRUPTED_ERR = "File corrupted." MOR_INTERNAL_ERR = "Internal error in the MOR recognition module." MOR_GPFAULT_ERR = "General Protection Fault in the MOR recognition module." BAR_ERR = "Barcode module error." BAR_NOT_ENOUGH_MEMORY_ERR = "Not enough memory for barcode recognition." BAR_NO_CODE_ERR = "No barcode found in the zone." BAR_INVALID_CODE_ERR = "Non-supported barcode type found." BAR_NOT_DEFINIT_ERR = "Inconsistent type setting." DOT_ERR = "Dot-matrix recognition error." OMR_ERR = "Checkmark recognition error." HNR_TBSCORRUPTED_ERR = "Knowledge base file for HNR module corrupted." HNR_SYNTAX_WARN = "Parameter is out of valid range." RER_INTERNAL_ERR = "RER module internal error." RER_NOKNOWLEDGEFILE_ERR = "Knowledge base file for RER module not found (*.REC). "

RER_NOCHARSET_SET_ERR = "Character Set is empty for the RER module." RER_NOTSUPPORTED_CHARSET_ERR = "The specified Character Set not fully supported by the RER recognition module." RER_SPECFILE_NOTFOUND_ERR = "RER specfile not found." SPL_MEMORY_ERR = "Not enough memory for the SPL module." SPL_NOINIT_ERR = "Uninitialized spell object." SPL_FOPEN_ERR = "Spell file open error." SPL_FREAD_ERR = "Spell file read error." SPL_FWRITE_ERR = "User dictionary write error." SPL_BADFILEFORMAT_ERR = "Invalid file format (TEV.SZO)." SPL_INIT_ERR = "Module initialization error (e.g. ICDLLWIN.DLL)." SPL_CLOSE_ERR = "User dictionary close error." SPL_LANG_ERR = "Illegal language setting." SPL_HANDLE_ERR = "Internal spell function call with a wrong handle." SPL_NOMORE_WARN = "No more suggestions/items available." SPL_INTERNAL_ERR = "Internal checking error." SPL_DUPWORD_ERR = "Item already exists in the User dictionary." SPL_NOTFOUND_ERR = "Item does not exist in the User dictionary." SPL_BADWORD_ERR = "Item is incorrect (NULL pointer, empty word, or illegal regul ar expression pattern)." SPL_UDSECT_ERR = "Section does not exist in the User dictionary." SPL_REGEXP_SYNTAX_ERR = "Regular expression syntax error." SPL_EXISTSECT_WARN = "Section already exists in User dictionary." APIP_INIT_ERR = "APIPlus initialization error." APIP_PARAM_ERR = "Parameter error." APIP_NOMORE_WARN = "No more converters available." APIP_INTERNAL_ERR = "Internal error in RecAPIPlus." L_WARNINGS = "General RCD Warning." L_WARNING_NOTFOUND = "Lecso Object not found." L_WARNING_NOTOPENED = "Lecso Object not opened." L_WARNING_MISSING = "Missing data." L_WARNING_SUBSTITUTED = "Data substitution." L_ERRORS = "General RCD Error." L_ERROR_NOID = "No such Object ID." L_ERROR_OBJID = "Wrong Object ID. " L_ERROR_OBJTYPE = "Wrong object type " L_ERROR_FILE = "Gerneral file operation error." L_ERROR_FILE_OPEN = "File cannot be opened." L_ERROR_FILE_CLOSE = "File cannot be closed." L_ERROR_FILE_SEEK = "File seeking error" L_ERROR_FILE_READ = "File reading error." L_ERROR_FILE_WRITE = "File writing error." L_ERROR_FILE_FORMAT = "Wrong file format." L_ERROR_PARAMETER = "Invalid internal parameter." L_ERROR_RANGE = "Invalid internal range." L_ERROR_CALL = "Invalid function call." L_ERROR_CONVERTER = "Conversion error." L_ERROR_BADVERSION = "Wrong Lecso version." L_ERROR_IMAGE = "Image operation error." L_ERROR_DTK = "DTK function error." L_ERROR_READONLY = "Lecso opened as read only." L_ERROR_OUTPUT_MODE = "Invalid output mode." L_ERROR_APPSET = "Invalid appset." L_ERROR_PRERENDERING = "Prerendering error." L_ERROR_NOACCESS = "Access error." L_ERROR_NOTIMPLEMENTED = "Feature not implemented." L_ERROR_MASTERSOFT = "Text converter filter error." L_ERROR_ABORTED = "The function was aborted." L_ERROR_CONV_NODOCUMENT = "No document in LecsoStorage." L_ERROR_CONV_LECSO = "Lecso command error."

L_ERROR_TOO_MANY_SHEETS = "Too many Excel sheets." L_ERROR_DOCFORMATTER = "Internal use only" L_ERROR_STOP = "Internal use only" L_FATALERRORS = "General RCD Fatal error." L_FERROR_MEMORY = "RCD memory problem." L_FERROR_INTERNAL = "Internal RCD error." L_FERROR_FILEFORMAT = "Wrong file format or wrong reading or writing methods." L_FERROR_INDEX = "Wrong index stream." L_FERROR_RECAPI = "Error in RecApi." L_FERROR_NOSET = "Some attribute was not set." L_FERROR_PERMISSION = "PDF modification restricted." L_FERROR_MISSING = "Missing file (usually a DLL)." BRA_INIT_ERR = "Braille recognition module initialization error." MAT_INIT_ERR = "Matrix matching recognition module initialization error." BAR_AMP_INIT_ERR = "AmpLib barcode recognition module initialization error." MTX_INIT_ERR = "M/TEXT recognition module initialization error." FRX_INIT_ERR = "Fireworx recognition module initialization error." ASN_INIT_ERR = "Asian recognition module initialization error." MNG_INIT_ERR = "MNG recognition module initialization error." STSMN_HANDLE_ERR = "StsMan invalid node handle error." STSMN_NOSETTING_ERR = "No settings in node." STSMN_BADTYPE_ERR = "Improper setting type." STSMN_OPNOTALLOWED_ERR = "Operation not allowed for setting or node." STSMN_PARAMETER_ERR = "Invalid parameter." STSMN_INVALIDFILE_ERR = "Settings file content invalid." STSMN_NOTFOUND_ERR = "Node not found." STSMN_FULLSAVEDTREE_WARN = "The loaded settings file may contain default values. " STSMN_BADORMISSINGREF_ERR = "The reference of a symbolic link subtree is invalid or the referenced setting does not exist yet." IPRO_E_NOTALLOWED = "Operation not allowed." IPRO_E_TOOMANYENGINE = "Only one Engine object can be created." IPRO_E_ENGINEINITFAILED = "Engine not initialized." IPRO_E_IMAGEFILESINITFAILED = "ImageFiles collection cannot be created." IPRO_E_MEMORYBITMAPSINITFAILED = "MemoryBitmaps collection cannot be created." IPRO_E_UDMANAGERINITFAILED = "UDManager object cannot be created." IPRO_E_BARCODETYPESINITFAILED = "BarcodeTypes collection cannot be created." IPRO_E_MODULEINFOSINITFAILED = "ModuleInfos collection cannot be created." IPRO_E_UILANGUAGESINITFAILED = "UILanguages collection cannot be created." IPRO_E_SPELLLANGUAGESINITFAILED = "SpellLanguages collection cannot be created." IPRO_E_DOCUMENTSINITFAILED = "Documents collection cannot be created." IPRO_E_SCANNERSINITFAILED = "Scanners collection cannot be created." IPRO_E_SCANNERINITFAILED = "Scanner not initialized." IPRO_E_CONVERTERSINITFAILED = "Converters collection cannot be created." IPRO_E_SETTINGMANAGERINITFAILED = "SettingManager object cannot be created." IPRO_E_OBJECTISINVALID = "Invalid object: cannot be used." IPRO_E_CONVERTERMANAGERUNKNOWN = "ConverterManager not found." IPRO_E_CONVERTERNOTFOUND = "Converter not found." IPRO_W_ZONEINVALID = "Some zones have incorrect attributes."

You might also like