After an indexing, searching, or file conversion job is executed, an IndexJob, SearchJob, or FileConverter will provide a JobErrorInfo object in its Errors property.
public class JobErrorInfo;
JobErrorInfo.java
The JobErrorInfo provides access to any error messages generated during the job.
|
Method |
Description |
|
Returns the first argument of the message. | |
|
Returns the second argument of the message. | |
|
Returns the message code of the nth message. | |
|
Number of messages. | |
|
Returns the text of the message. |
|
Method |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|