IndexErrorEventArgs
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class IndexErrorEventArgs extends BaseIndexEventArgs
Represents arguments for the event of index error occurred.
Learn more
Methods
| Method | Description | 
|---|---|
| getMessage() | Gets the error message. | 
| isCritical() | Gets a flag indicating that the error occurred is critical and the index should be restarted. | 
getMessage()
public final String getMessage()
Gets the error message.
Returns: java.lang.String - The error message.
isCritical()
public final boolean isCritical()
Gets a flag indicating that the error occurred is critical and the index should be restarted.
Returns: boolean - The flag indicating that the error occurred is critical and the index should be restarted.