public static final class JsonRPCTransaction.TransactionError extends Object implements IError
| Constructor and Description |
|---|
TransactionError(List<JsonRPCRequest.RequestResult> responses) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
List<JsonRPCRequest.RequestResult> |
getResponses() |
String |
getType() |
public static final String TYPE
public TransactionError(List<JsonRPCRequest.RequestResult> responses)
public String getMessage()
getMessage in interface IErrorpublic String getLocalizedMessage()
getLocalizedMessage in interface IErrorpublic List<JsonRPCRequest.RequestResult> getResponses()
Copyright © 2018. All rights reserved.