wjc
2023-06-28 989b4cf5a84e898e9682f8d9723a8ba1ff20c23b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="HDL_DATA_ERROR">Parameter exception</string>
<string name="HDL_DATA_NULL_ERROR">Parameter cannot be empty</string>
<string name="HDL_AUTH_ERROR">Authentication failed</string>
<string name="HDL_SEND_ERROR">fail in send</string>
<string name="HDL_TIMEOUT_ERROR">timeout,gateway no response</string>
<string name="HDL_UNAUTHORIZED_ERROR">Not certified, please authenticate first</string>
<string name="HDL_AUTH_ERROR_GATEWAY_NOT_REGISTERED">Authentication failed. The gateway is not registered to the cloud</string>
<string name="HDL_SEARCH_GATEWAY_TIMEOUT_ERROR">Failed to search gateway, timeout</string>
<string name="HDL_AUTH_MAC_KEY_ERROR">Authentication failed. The device key corresponding to the MAC does not exist</string>
<string name="HDL_DATA_PARSING_ERROR">Data parsing error</string>
<string name="HDL_GET_DEVICE_LIST_ERROR">Failed to get device list</string>
<string name="HDL_GET_FUNCTION_LIST_ERROR">Failed to get function list</string>
<string name="HDL_GET_FUNCTION_PROPERTIES_ERROR">Failed to get function attribute</string>
<string name="HDL_CONTROL_FAILURE_ERROR">Control failure</string>
<string name="HDL_GET_GATEWAY_FAILURE_ERROR">Failed to get gateway list</string>
<string name="HDL_GET_Zigbee_FAILURE_ERROR">Sending timeout, no response from gateway</string>
<string name="HDL_GATEWAY_NOT_EXIST">Gateway does not exist</string>
<string name="HDL_GET_Zigbee_DEVICE_LIST_FAILURE_ERROR">Failed to get the device list</string>
<string name="HDL_MILLIMETER_NOT_EXIST">Millimeter does not exist</string>
<string name="HDL_UNKOWN_CODE">Unkown Error</string>
<string name="HDL_APPLICATION_EXCEPTION">System Exception</string>
<string name="HDL_TOPIC_NOT_RIGHT">Theme does not match</string>
<string name="HDL_OBJECT_NOT_SUPPORT">Object not supported</string>
<string name="HDL_GATEWAY_REMOTE_NOT_RESPONSE">Gateway local connection failed, unable to reply through remote communication</string>
</resources>