dtSearch Text Retrieval Engine .NET interface

ErrorCodes Enumeration

Error codes returned in a JobErrorInfo through the Errors property of SearchJob, IndexJob, etc.

public enum ErrorCodes

Members

Member Name Description
dtsErIndexingError Index update could not complete due to an error accessing the index
dtsErAccCachedDoc Unable to access cached document in index
dtsErConnectFailed Unable to connect to data source during indexing
dtsErAccessDenied The index could not be locked for update due to an "Access Denied" error. This means that either (1) the folder's security settings do not permit write access for the user performing the update, or (2) another user or process was updating the index.
dtsErDiskFull There is not enough disk space to continue indexing
dtsErMaxWords A search request matched too many unique words in an index.
dtsErRequestTooLong The search request was longer than 32,000 bytes
dtsErNoFilesRetrieved No files were retrieved in a search.
dtsErSearchLimitReached The search was stopped due to the AutoStopLimit setting (too many documents were found).
dtsErBadRequest The search request provided to the dtSearch Engine contained one or more syntax errors.
dtsErFileEncrypted A file could not be accessed because it is encrypted
dtsErTimeout Operation timed out (trigged by TimeoutSeconds).
dtsErIndexFull The index has reached the maximum size for an index.
dtsErFileCorrupt A file could not be accessed because it appears to be damaged, causing a file parsing error.
dtsErAccFile A file could not be accessed, either because it was not present or because it was locked in a way that prevented the dtSearch Engine from accessing it.
dtsErWorkDirFail The private directory could not be locked.
dtsErAccDirectory A directory (the home or private directory during initialization) could not be accessed.
dtsErIxWrongVersion An attempt was made to open an index created by an incompatible version of dtSearch.
dtsErOpenTemp A temporary file could not be opened
dtsErAccIndex The dtSearch Engine could not access an index

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace