public class DCErrorCode
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
code
错误码名字
|
java.lang.String |
desc
错误码描述
|
java.lang.String |
extra
错误码额外信息
|
int |
id
错误码ID,码段: 600~700
|
java.lang.String |
msg
错误码信息
|
构造器和说明 |
---|
DCErrorCode() |
DCErrorCode(int codeId) |
DCErrorCode(int codeId,
java.lang.String message) |
DCErrorCode(java.lang.String codeName) |
DCErrorCode(java.lang.String codeName,
int codeId) |
DCErrorCode(java.lang.String codeName,
int codeId,
java.lang.String message) |
DCErrorCode(java.lang.String codeName,
int codeId,
java.lang.String message,
java.lang.String description) |
限定符和类型 | 方法和说明 |
---|---|
static DCErrorCode |
AUTH_ACQUIRE_UUID_TIMEOUT() |
static DCErrorCode |
AUTH_ERROR() |
static DCErrorCode |
AUTH_SEND_AUTHCODE_TIMEOUT() |
static DCErrorCode |
AUTH_TIMEOUT() |
static DCErrorCode |
BIND_ERROR() |
static DCErrorCode |
BIND_EXIST_MGR() |
static DCErrorCode |
CONFIG_CLASS_NOT_FOUND() |
static DCErrorCode |
CONFIG_ERROR() |
static DCErrorCode |
CONFIG_FAILURE() |
static DCErrorCode |
CONFIG_NEED_LOGIN() |
static DCErrorCode |
CONNECTMODE_NOT_SUPPROT() |
static DCErrorCode |
DEVICE_RSP_DATA_ERROR() |
static DCErrorCode |
ENROLLEE_ACTIVEFAILURE() |
static DCErrorCode |
ENROLLEE_LOST_STATUS() |
static DCErrorCode |
ENROLLEE_ONLINEFAILURE() |
static DCErrorCode |
ENROLLEE_TIMEOUT() |
static DCErrorCode |
PARAMS_ERROR() |
static DCErrorCode |
PROVISION_TIMEOUT() |
static DCErrorCode |
REGISTER_ERROR() |
static DCErrorCode |
REQUEST_ENROLLEE() |
static DCErrorCode |
SERVER_FAIL() |
DCErrorCode |
setMsg(java.lang.String msg) |
static DCErrorCode |
SYSTEM_ERROR() |
java.lang.String |
toString() |
static DCErrorCode |
UPDATE_INFO_ERROR() |
public int id
public java.lang.String code
public java.lang.String msg
public java.lang.String desc
public java.lang.String extra
public DCErrorCode()
public DCErrorCode(int codeId)
public DCErrorCode(java.lang.String codeName)
public DCErrorCode(java.lang.String codeName, int codeId)
public DCErrorCode(int codeId, java.lang.String message)
public DCErrorCode(java.lang.String codeName, int codeId, java.lang.String message)
public DCErrorCode(java.lang.String codeName, int codeId, java.lang.String message, java.lang.String description)
public static DCErrorCode SYSTEM_ERROR()
public static DCErrorCode CONFIG_ERROR()
public static DCErrorCode SERVER_FAIL()
public static DCErrorCode PARAMS_ERROR()
public static DCErrorCode CONFIG_CLASS_NOT_FOUND()
public static DCErrorCode CONFIG_FAILURE()
public static DCErrorCode CONFIG_NEED_LOGIN()
public static DCErrorCode AUTH_ERROR()
public static DCErrorCode AUTH_TIMEOUT()
public static DCErrorCode AUTH_ACQUIRE_UUID_TIMEOUT()
public static DCErrorCode AUTH_SEND_AUTHCODE_TIMEOUT()
public static DCErrorCode CONNECTMODE_NOT_SUPPROT()
public static DCErrorCode DEVICE_RSP_DATA_ERROR()
public static DCErrorCode PROVISION_TIMEOUT()
public static DCErrorCode ENROLLEE_ONLINEFAILURE()
public static DCErrorCode ENROLLEE_ACTIVEFAILURE()
public static DCErrorCode REGISTER_ERROR()
public static DCErrorCode BIND_ERROR()
public static DCErrorCode UPDATE_INFO_ERROR()
public static DCErrorCode BIND_EXIST_MGR()
public static DCErrorCode ENROLLEE_LOST_STATUS()
public static DCErrorCode ENROLLEE_TIMEOUT()
public static DCErrorCode REQUEST_ENROLLEE()
public DCErrorCode setMsg(java.lang.String msg)
public java.lang.String toString()
toString
在类中 java.lang.Object