IndexErrorEventArgs
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getMessage() | Gets the error message. |
| isCritical() | Gets a flag indicating that the error occurred is critical and the index should be restarted. |
public final String getMessage()
Gets the error message.
Returns: java.lang.String - The error message.
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.