ErrorOccurredEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class ErrorOccurredEventArgs extends EventArgs
Represents arguments for the event of an error occurs in one of the nodes of the search network.
| Method | Description |
|---|---|
| getNodeIndex() | Gets the index of the search network node. |
| getServiceIndex() | Gets the index of the search network node service. |
| getMessage() | Gets the error message. |
public final int getNodeIndex()
Gets the index of the search network node.
Returns: int - The index of the search network node.
public final int getServiceIndex()
Gets the index of the search network node service.
Returns: int - The index of the search network node service.
public final String getMessage()
Gets the error message.
Returns: java.lang.String - The error message.
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.