CrawlLog.GetErrorMessages method

Get a Dictionary containing all crawl-related error messages.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetErrorMessages As Dictionary(Of Integer, String)
'Usage
Dim instance As CrawlLog
Dim returnValue As Dictionary(Of Integer, String)

returnValue = instance.GetErrorMessages()
public Dictionary<int, string> GetErrorMessages()

Return value

Type: System.Collections.Generic.Dictionary<Int32, String>
Returns a Dictionary of error messages, where the key is the error ID and the value is the error message.

See also

Reference

CrawlLog class

CrawlLog members

Microsoft.Office.Server.Search.Administration namespace