| Constructor and Description |
|---|
JsonRPCError(int code,
String message,
com.google.gwt.json.client.JSONValue data) |
JsonRPCError(com.google.gwt.json.client.JSONObject error) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.json.client.JSONArray |
getArgs() |
int |
getCode() |
com.google.gwt.json.client.JSONValue |
getData() |
String |
getExtCode() |
String |
getLocalizedMessage() |
String |
getMessage() |
String |
getType() |
public static final String TYPE
public JsonRPCError(int code,
String message,
com.google.gwt.json.client.JSONValue data)
public JsonRPCError(com.google.gwt.json.client.JSONObject error)
public int getCode()
public String getMessage()
getMessage in interface IErrorpublic String getLocalizedMessage()
getLocalizedMessage in interface IErrorpublic com.google.gwt.json.client.JSONValue getData()
public String getExtCode()
public com.google.gwt.json.client.JSONArray getArgs()
Copyright © 2018. All rights reserved.