See Also
dtSearch.Engine Namespace
You are here:
Symbol Reference
dtSearch .NET Standard API
Symbol Reference
>
dtSearch.Engine Namespace
dtSearch.Engine Namespace
>
IcuStatusCode Enumeration
DisposableObject Class
ExtractionOptions Class
FileConverter Class
IndexCache Class
IndexFileInfo Class
IndexInfo Class
IndexJob Class
IndexProgressInfo Class
JobBase Class
JobErrorInfo Class
ListIndexJob Class
Options Class
OutputBase Class
SearchFileInfo Class
SearchFilter Class
SearchJob Class
SearchProgressInfo Class
SearchReportJob Class
SearchResults Class
SearchResultsItem Class
CheckConfigurationFlags Enumeration
Server Class
WordListBuilder Class
IcuStatusCode Enumeration
OtherFlags Enumeration
dts_pi_DataSourceArray Structure
DataSource Interface
IIndexStatusHandler Interface
ISearchStatusHandler Interface
AbortValue Enumeration
BinaryFilesSettings Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
WordListBuilderFlags Enumeration
Close
dtSearch .NET Standard API 2021.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
dtSearch.Engine.IcuStatusCode Enumeration
C#
public
enum
IcuStatusCode
{
icuNotLoaded
= 0,
icuLoadedOK
= 1,
icuConfigXmlNotFound
= 2,
icuLibraryNotFound
= 3,
icuDataFolderError
= 4,
icuInterfaceNotFound
= 5,
icuInitError
= 6,
icuLinked
= 7 }
Members
Members
Description
icuNotLoaded
ICU has not been initialized yet.
icuLoadedOK
ICU is loaded and working.
icuConfigXmlNotFound
ICU was not loaded because no
icuconfig.xml
file was found.
icuLibraryNotFound
ICU was not loaded because the library specified in the
icuconfig.xml
file was not found.
icuDataFolderError
ICU is not working because the data folder was not found or could not be used.
icuInterfaceNotFound
ICU is not working because a required interface was not found in the library.
icuInitError
ICU is not working because the ICU init() API returned an error code.
icuLinked
ICU is loaded and working using the standard version for this platform.
Remarks
Status code indicating the detailed status of ICU
See Also
dtSearch.Engine Namespace