| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_CANNOT_PARSE_RESPONSE |
static int |
ERR_ERROR_NOT_OBJECT |
static int |
ERR_ID_DIFFERENT |
static int |
ERR_ID_INVALID |
static int |
ERR_ID_MISSING |
static int |
ERR_INVALID_JSON_RESPONSE |
static int |
ERR_UNKNOWN |
static String |
TYPE |
| Constructor and Description |
|---|
JsonRPCClientError(int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getLocalizedMessage() |
String |
getMessage() |
String |
getType() |
public static final String TYPE
public static final int ERR_CANNOT_PARSE_RESPONSE
public static final int ERR_INVALID_JSON_RESPONSE
public static final int ERR_ID_MISSING
public static final int ERR_ID_INVALID
public static final int ERR_ID_DIFFERENT
public static final int ERR_ERROR_NOT_OBJECT
public static final int ERR_UNKNOWN
public String getMessage()
getMessage in interface IErrorpublic int getCode()
public String getLocalizedMessage()
getLocalizedMessage in interface IErrorCopyright © 2018. All rights reserved.