public class ResponseWithError extends Object
Modifier and Type | Field and Description |
---|---|
protected JsonRpcError |
error |
Constructor and Description |
---|
ResponseWithError() |
Modifier and Type | Method and Description |
---|---|
void |
appendError(String message) |
JsonRpcError |
getError() |
String |
getErrorMessage() |
boolean |
hasError() |
protected JsonRpcError error
public JsonRpcError getError()
public boolean hasError()
public String getErrorMessage()
public void appendError(String message)
Copyright © 2004-2016. All Rights Reserved.