public enum RespCodeType extends Enum<RespCodeType>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
String |
getMessage() |
static RespCodeType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RespCodeType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RespCodeType RESP_SUCCESS
public static final RespCodeType RESP_404_FAIL
public static final RespCodeType RESP_FAIL
public static final RespCodeType RESP_SERVICE_UNAVAILABLE
public static final RespCodeType RESP_PARAM_NOT_VALID
public static final RespCodeType RESP_PARAM_IS_BLANK
public static final RespCodeType RESP_PARAM_INVALID_PHONE
public static final RespCodeType RESP_PARAM_INVALID_PASSWORD
public static final RespCodeType RESP_PARAM_INVALID_SMSCODE
public static final RespCodeType RESP_PARAM_INVALID_ENUM
public static final RespCodeType RESP_PARAM_TIME_FORMAT_ERROR
public static final RespCodeType RESP_PARAM_TIME_LIMIT_7
public static final RespCodeType RESP_PARAM_TIME_LIMIT_30
public static final RespCodeType RESP_USER_NOT_LOGIN
public static final RespCodeType RESP_USER_ACCOUNT_EXPIRED
public static final RespCodeType RESP_USER_CREDENTIALS_ERROR
public static final RespCodeType RESP_USER_CREDENTIALS_EXPIRED
public static final RespCodeType RESP_USER_ACCOUNT_DISABLE
public static final RespCodeType RESP_USER_ACCOUNT_LOCKED
public static final RespCodeType RESP_USER_ACCOUNT_NOT_EXIST
public static final RespCodeType RESP_USER_ACCOUNT_ALREADY_EXIST
public static final RespCodeType RESP_USER_ACCOUNT_LOGIN_OTHERS
public static final RespCodeType RESP_USER_TOKEN_EXPIRED
public static final RespCodeType RESP_USER_LOGIN_STATUS_EXCEPTION
public static final RespCodeType RESP_USER_UNKNOWN_ERROR
public static final RespCodeType RESP_API_COMMON_ERROR
public static final RespCodeType RESP_API_NO_PERMISSION
public static final RespCodeType RESP_API_SMS_SEND_LIMIT
public static final RespCodeType RESP_API_SMS_SEND_FAIL
public static final RespCodeType RESP_API_SMS_SEND_EXCEPTION
public static final RespCodeType RESP_API_SMS_CODE_EXPIRE
public static final RespCodeType RESP_API_SMS_CODE_NO_MATCHS
public static final RespCodeType RESP_API_PROJECT_NAME_EXIST
public static final RespCodeType RESP_API_PROJECT_NOT_EXIST
public static final RespCodeType RESP_API_PROJECT_HAS_EQUI
public static final RespCodeType RESP_API_PROJECT_CREATE_FAIL
public static final RespCodeType RESP_API_PROJECT_ALTER_FAIL
public static final RespCodeType RESP_API_PROJECT_DEL_FAIL
public static final RespCodeType RESP_API_PROJECT_NOT_BIND_APP
public static final RespCodeType RESP_API_PROJECT_BIND_APP
public static final RespCodeType RESP_API_PROJECT_BIND_OTHER_APP
public static final RespCodeType RESP_API_PROJECT_BIND_APP_FAIL
public static final RespCodeType RESP_API_PROJECT_ALTER_APP_FAIL
public static final RespCodeType RESP_API_PROJECT_UNBIND_APP_FAIL
public static final RespCodeType RESP_API_GROUP_NAME_EXIST
public static final RespCodeType RESP_API_GROUP_NOT_EXIST
public static final RespCodeType RESP_API_GROUP_HAS_EQUI
public static final RespCodeType RESP_API_GROUP_CREATE_FAIL
public static final RespCodeType RESP_API_GROUP_ALTER_FAIL
public static final RespCodeType RESP_API_GROUP_DEL_FAIL
public static final RespCodeType RESP_API_TAG_TYPE_NAME_EXIST
public static final RespCodeType RESP_API_TAG_TYPE_NOT_EXIST
public static final RespCodeType RESP_API_TAG_TYPE_NUMBER_LIMIT
public static final RespCodeType RESP_API_TAG_TYPE_CREATE_FAIL
public static final RespCodeType RESP_API_TAG_TYPE_DEL_FAIL
public static final RespCodeType RESP_API_TAG_NAME_EXIST
public static final RespCodeType RESP_API_TAG_NOT_EXIST
public static final RespCodeType RESP_API_TAG_NUMBER_LIMIT
public static final RespCodeType RESP_API_TAG_CREATE_FAIL
public static final RespCodeType RESP_API_TAG_DEL_FAIL
public static final RespCodeType RESP_API_TAG_BATCH_DEL_FAIL
public static final RespCodeType RESP_API_APP_NAME_EXIST
public static final RespCodeType RESP_API_APP_NOT_EXIST
public static final RespCodeType RESP_API_APP_RESET_APPKEY_FAIL
public static final RespCodeType RESP_API_APP_RESET_APPSECRET_FAIL
public static final RespCodeType RESP_API_APP_ALTER_FAIL
public static final RespCodeType RESP_API_APP_DEL_FAIL
public static final RespCodeType RESP_API_APP_HAS_PROJECT
public static final RespCodeType RESP_API_APP_CREATE_FAIL
public static final RespCodeType RESP_API_APP_DEL_EMQX_USER_FAIL
public static final RespCodeType RESP_API_APP_DEL_EMQX_ACL_FAIL
public static final RespCodeType RESP_API_APP_ASYN_EMQX_USER_FAIL
public static final RespCodeType RESP_API_APP_ASYN_EMQX_ACL_FAIL
public static final RespCodeType RESP_API_EQUI_NOT_EXIST
public static final RespCodeType RESP_API_EQUI_HAVE_BIND
public static final RespCodeType RESP_API_EQUI_DEL_COMPANY_FAIL
public static final RespCodeType RESP_API_EQUI_DEL_PROJECT_FAIL
public static final RespCodeType RESP_API_EQUI_DEL_GROUP_FAIL
public static final RespCodeType RESP_API_EQUI_DEL_FAIL
public static final RespCodeType RESP_API_EQUI_ADD_FAIL
public static final RespCodeType RESP_API_EQUI_ADD_COMPANY_FAIL
public static final RespCodeType RESP_API_EQUI_ADD_PROJECT_FAIL
public static final RespCodeType RESP_API_EQUI_ADD_GROUP_FAIL
public static final RespCodeType RESP_API_EQUI_NOT_BIND_PROJECT
public static final RespCodeType RESP_API_DTU_SERVER_OFFLINE
public static final RespCodeType RESP_API_ERROR_UNKNOWN
public static RespCodeType[] values()
for (RespCodeType c : RespCodeType.values()) System.out.println(c);
public static RespCodeType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public Integer getCode()
public String getMessage()
Copyright © 2023. All rights reserved.