public static class ErrorCode.Response
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
BAD_NETWORK
请求失败,网络未链接
|
static int |
BEYOND_LIMIT
超出限制的个数
|
static int |
NET_RES_FAIL
请求失败,网络请求失败
|
static int |
PARAM_ERROR_CODE
请求失败,参数错误
|
static int |
REQ_NOT_VALID
请求失败,请求参数为空
|
static int |
SERVICE_NON_EXIST
Service 不存在
|
static int |
SUCCESS
成功
|
static int |
TERMINAL_ALREADY_EXIST
填入的terminal已经存在
|
static int |
TERMINAL_CREATE_FAIL
terminal 创建失败
|
static int |
TERMINAL_NON_EXIST
Terminal 不存在
|
static int |
TRID_NON_EXIST
轨迹id不存在
|
构造器和说明 |
---|
Response() |
public static final int PARAM_ERROR_CODE
public static final int BAD_NETWORK
public static final int NET_RES_FAIL
public static final int REQ_NOT_VALID
public static final int SUCCESS
public static final int TERMINAL_ALREADY_EXIST
public static final int SERVICE_NON_EXIST
public static final int TERMINAL_NON_EXIST
public static final int TRID_NON_EXIST
public static final int TERMINAL_CREATE_FAIL
public static final int BEYOND_LIMIT