Records error messages after an IndexJob, SearchJob, FileConverter, etc.
dtSearch.Engine.JobErrorInfo
C#
public class JobErrorInfo;
Remarks
For each error, a code and a string message are returned. A single job may return more than one error. Use the ErrorCodes enumeration to interpret the value of ErrorCode.
Topics
Topic |
Description |
---|---|
The following tables list the members exposed by JobErrorInfo. | |
The methods of the JobErrorInfo class are listed here. | |
The properties of the JobErrorInfo class are listed here. |
JobErrorInfo Methods
JobErrorInfo Methods |
Description |
---|---|
Returns the first message argument for message with a given index | |
Returns the second message argument for message with a given index | |
Returns the message code (an ErrorCodes value) for an error. | |
Returns the first message argument for message with a given index | |
Returns the message string for an error. | |
Format all messages in the JobErrorInfo as a single string. |
JobErrorInfo Properties
JobErrorInfo Properties |
Description |
---|---|
Number of errors |
See Also