public class DMErrorCode
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
DM_INIT_GET_TSL_RESPONSE_ERROR |
static int |
DM_INIT_PARAMS_INVALID |
static int |
DM_LOG_POST_SWITCH_IS_OFF
日志上报开关是关的
|
static int |
ERROR_API_CLIENT_SEND_FAIL
api gateway send fail
|
static int |
ERROR_BUSINESS
业务错误
|
static int |
ERROR_CALL_DEPRECATED_INTERFACE
调用已废弃的接口
|
static int |
ERROR_CALL_INTERFACE_PARAMS_ERROR
接口调用参数参数,具体 调用的哪个接口 可查看 msg或sub error code
|
static int |
ERROR_CMP_PARAMS_ERROR
cmp params error
|
static int |
ERROR_CMP_REGISTER_CONNECT_ERROR_EXIST
REGISTER_CONNECT_ERROR_EXIST
|
static int |
ERROR_CMP_REGISTER_CONNECT_IS_REGISTERING
singleton connect is Registering
|
static int |
ERROR_CMP_SEND_ERROR_CONNECT_NOT_CONNECTED
current connect is not connected
|
static int |
ERROR_CMP_SEND_ERROR_CONNECT_NOT_FOUND
connect not found
|
static int |
ERROR_CMP_UNSUPPORT
cmp unsupport
|
static int |
ERROR_COTA_GET_PARAMS_ERROR
get COTA with error params
|
static int |
ERROR_DM_GET_TMP_IDEVICE
get TMP thing object error
|
static int |
ERROR_DM_GET_TSL_INFO_INVALID
get tsl with invalid device info
|
static int |
ERROR_DM_INIT_THING_FAILED_IS_INITING
thing initing, return
|
static int |
ERROR_DM_INIT_THING_PARAMS_INVALID
init thing with invalid prams
|
static int |
ERROR_DM_RESET_FAILED
reset device failed
|
static int |
ERROR_DUPLICATE_SDK_INIT
SKD is inited or initing
|
static int |
ERROR_DUPLICATE_SDK_INIT_DM
DM duplicate init
|
static int |
ERROR_DUPLICATE_SDK_INIT_LK
LK duplicate init
|
static int |
ERROR_GATEWAY_LABEL_PARAMS_INVALID
label params invalid
|
static int |
ERROR_GATEWAY_PERMIT_JOIN_DEVICE_INFO_INVALID
permitJoin connect info error, pk or dn is invalid.
|
static int |
ERROR_GATEWAY_SUBDEV_COTA_NULL
sub device cota oject is null
|
static int |
ERROR_GATEWAY_SUBDEV_DELETED
sub device deleted
|
static int |
ERROR_GATEWAY_SUBDEV_DISABLED
sub device disabled
|
static int |
ERROR_GATEWAY_SUBDEV_INFO_INVALID
sub device info invalid
|
static int |
ERROR_GATEWAY_SUBDEV_LABEL_NULL
sub device label object is null
|
static int |
ERROR_GATEWAY_SUBDEV_NOT_LOGIN
sub device is offline
|
static int |
ERROR_GATEWAY_SUBDEV_SHADOW_NULL
sub device shadow oject is null
|
static int |
ERROR_GATEWAY_SUBDEV_THING_NOT_INITED
sub device thing model not inited.
|
static int |
ERROR_GATEWAY_SUBDEV_WRAPPER_INFO_NULL
subDeviceInfo is null
|
static int |
ERROR_GATEWAY_SUBDEV_WRAPPER_NULL
sub device wrapper is null
|
static int |
ERROR_GATEWAY_TOPO_NOT_ADDED
sub device not added.
|
static int |
ERROR_HTTP |
static int |
ERROR_HTTP_SUBCODE_ILLEGAL_ARGUMENTS |
static int |
ERROR_HTTP_SUBCODE_UNINITED |
static int |
ERROR_NETWORK_ERROR
网络错误
|
static int |
ERROR_PARAMS_ERROR
参数错误
|
static int |
ERROR_SERVER
业务网关错误
|
static int |
ERROR_SHADOW_INVALID_STATE
shadow interface used with sdk not inited.
|
static int |
ERROR_SHADOW_PARAMS_INVALID
invalid params
|
static int |
ERROR_SHADOW_UPDATE_FAILED
update shadow failed.
|
static int |
ERROR_TMP_INIT
TMP SDK init error
|
static int |
ERROR_UNKNOW
客户端内部错误
|
static int |
LINKKIT_INIT_FAIL
linkkit init failed.
|
static int |
MQTT_CONNECT_ERROR
mqtt connect error
|
构造器和说明 |
---|
DMErrorCode() |
限定符和类型 | 方法和说明 |
---|---|
static AError |
getErrorCode(int code,
int subCode,
java.lang.String message) |
public static final int MQTT_CONNECT_ERROR
public static final int ERROR_HTTP
public static final int ERROR_HTTP_SUBCODE_UNINITED
public static final int ERROR_HTTP_SUBCODE_ILLEGAL_ARGUMENTS
public static final int ERROR_COTA_GET_PARAMS_ERROR
public static final int ERROR_SHADOW_INVALID_STATE
public static final int ERROR_SHADOW_UPDATE_FAILED
public static final int ERROR_SHADOW_PARAMS_INVALID
public static final int ERROR_GATEWAY_PERMIT_JOIN_DEVICE_INFO_INVALID
public static final int ERROR_GATEWAY_TOPO_NOT_ADDED
public static final int ERROR_GATEWAY_SUBDEV_NOT_LOGIN
public static final int ERROR_GATEWAY_SUBDEV_WRAPPER_INFO_NULL
public static final int ERROR_GATEWAY_SUBDEV_WRAPPER_NULL
public static final int ERROR_GATEWAY_SUBDEV_THING_NOT_INITED
public static final int ERROR_GATEWAY_SUBDEV_LABEL_NULL
public static final int ERROR_GATEWAY_SUBDEV_SHADOW_NULL
public static final int ERROR_GATEWAY_SUBDEV_COTA_NULL
public static final int ERROR_GATEWAY_SUBDEV_INFO_INVALID
public static final int ERROR_GATEWAY_SUBDEV_DISABLED
public static final int ERROR_GATEWAY_SUBDEV_DELETED
public static final int ERROR_GATEWAY_LABEL_PARAMS_INVALID
public static final int LINKKIT_INIT_FAIL
public static final int ERROR_UNKNOW
public static final int ERROR_NETWORK_ERROR
public static final int ERROR_SERVER
public static final int ERROR_BUSINESS
public static final int ERROR_CMP_PARAMS_ERROR
public static final int ERROR_CMP_UNSUPPORT
public static final int ERROR_API_CLIENT_SEND_FAIL
public static final int ERROR_CMP_REGISTER_CONNECT_ERROR_EXIST
public static final int ERROR_CMP_SEND_ERROR_CONNECT_NOT_FOUND
public static final int ERROR_CMP_SEND_ERROR_CONNECT_NOT_CONNECTED
public static final int ERROR_CMP_REGISTER_CONNECT_IS_REGISTERING
public static final int ERROR_TMP_INIT
public static final int ERROR_DM_GET_TSL_INFO_INVALID
public static final int ERROR_DM_INIT_THING_PARAMS_INVALID
public static final int ERROR_DM_INIT_THING_FAILED_IS_INITING
public static final int ERROR_DM_GET_TMP_IDEVICE
public static final int ERROR_DM_RESET_FAILED
public static final int ERROR_DUPLICATE_SDK_INIT
public static final int ERROR_DUPLICATE_SDK_INIT_DM
public static final int ERROR_DUPLICATE_SDK_INIT_LK
public static final int ERROR_CALL_INTERFACE_PARAMS_ERROR
public static final int ERROR_CALL_DEPRECATED_INTERFACE
public static final int ERROR_PARAMS_ERROR
public static final int DM_INIT_PARAMS_INVALID
public static final int DM_INIT_GET_TSL_RESPONSE_ERROR
public static final int DM_LOG_POST_SWITCH_IS_OFF