File
File: JobErrorInfo.java
Package: com.dtsearch.engine
Syntax
Methods
Method |
Description |
---|---|
Returns the first argument of the message. This argument will also appear in the message text but is provided separately for easy access. For example, an "Unable to access index" message would contain the path of the index as the first argument. | |
Returns the second argument of the message. | |
Returns the message code of the nth message. See Error Codes in the dtSearch Engine help file for information on the meaning of these codes. | |
Number of messages. | |
Returns the text of the message. |
Description
After an indexing, searching, or file conversion job is executed, an IndexJob, SearchJob, or FileConverter will provide a JobErrorInfo object in its Errors property. The JobErrorInfo provides access to any error messages generated during the job.
Class Hierarchy
com.dtsearch.engine.JobErrorInfo