If IndexingFlags.dtsCheckDiskSpace was set in an IndexJob, and if it appears that disk space is insufficient, then dtsAskDiskFullOverride will be sent to the error handler; the calling program should always allow the update to be cancelled in this case (the default action).
dtsErOpenTemp = 3
Unable to open temporary file.
dtsInfNoFilesToIndex = 4
Obsolete; no longer used.
dtsErIxWrongVersion = 5
Index built by incompatible version of dtSearch
dtsErIxInterrupted = 6
Obsolete; no longer used.
dtsErAccDirectory = 7
Unable to create or access directory
dtsErWorkDirFail = 8
Private directory is already locked
dtsErAccFile = 9
Unable to access input file
dtsErFileCorrupt = 10
File format error reading input file
dtsErIndexFull = 11
Index is full
dtsErPdfLzwNotLicensed = 12
Obsolete; no longer used.
dtsErTimeout = 13
Operation timed out (trigged by timeoutSeconds)
dtsErCreateFailed = 14
Unable to create index
dtsErCommitFailed = 15
Unable to commit changes to index
dtsErFileNotFound = 16
The document was not found in the index (returned when a document listed to be removed from an index is not found in the index)
dtsErFileEncrypted = 17
The document could not be accessed due to encryption
dtsErLowMemory = 112
Search halted due to low memory available
dtsErBadRequest = 116
Syntax error in search request
dtsErSearchRequestEmpty = 117
The search request contained no text.
dtsErSearchLimitReached = 120
Search found more files than the autoStopLimit for the search job