public class InteractiveError extends Object
InteractiveError represents the error object that could be returned as part of a
ReplyPacket. In the event an error is returned, a InteractiveReplyWithErrorException is
thrown, which will contain this object.InteractiveReplyWithErrorException| Constructor and Description |
|---|
InteractiveError(int code,
String message,
String path)
Initializes a new
InteractiveError. |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns the Interactive service error code.
|
String |
getErrorMessage()
Returns the error message.
|
String |
getPath()
Returns the path to the property which caused the error.
|
public int getErrorCode()
public String getErrorMessage()
public String getPath()
Copyright © 2018. All rights reserved.