public class RpcError
extends java.lang.Object
The 'rpc-error' includes the following information:
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
errorAppTag
Contains a string identifying the data-model-specific or
implementation-specific error condition, if one exists.
|
NodeSet |
errorInfo
Contains protocol- or data-model-specific error content.
|
java.lang.String |
errorMessage
Contains a string suitable for human display that describes the error
condition.
|
java.lang.String |
errorPath
Contains the absolute XPath expression identifying the element path to
the node that is associated with the error being reported in a
particular rpc-error element.
|
java.lang.String |
errorSeverity
Contains a string identifying the error severity, as determined by the
device.
|
java.lang.String |
errorTag
Contains a string identifying the error condition.
|
java.lang.String |
errorType
The error type defines the conceptual layer that the error occurred.
|
| Constructor and Description |
|---|
RpcError(Element data)
Constructor, initialized with an rpc-error element tree.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String errorType
public java.lang.String errorTag
public java.lang.String errorSeverity
public java.lang.String errorAppTag
public java.lang.String errorPath
public java.lang.String errorMessage
public NodeSet errorInfo
public RpcError(Element data)
The - rpc-error element tree to initialize with.