public class ErrorResult
extends java.lang.Object
| Constructor and Description |
|---|
ErrorResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
getError()
Getter for error
Information about the error(s)
|
void |
setError(ErrorInfo value)
Setter for error
Information about the error(s)
|
java.lang.String |
toString()
Returns a JSON string representation of ErrorResult
|
public ErrorInfo getError()
public void setError(ErrorInfo value)
public java.lang.String toString()
toString in class java.lang.Object