-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathxpaths_mixed_errors.json
More file actions
43 lines (43 loc) · 840 Bytes
/
Copy pathxpaths_mixed_errors.json
File metadata and controls
43 lines (43 loc) · 840 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"reply": {
"uid": 0,
"id": 1,
"error": {
"code": 16777236,
"description": "XMO_REQUEST_ACTION_ERR"
},
"actions": [
{
"uid": 1,
"id": 0,
"error": {
"code": 16777238,
"description": "XMO_NO_ERR"
},
"callbacks": [
{
"uid": 1,
"result": {
"code": 16777238,
"description": "XMO_NO_ERR"
},
"xpath": "Device/DeviceInfo/MACAddress",
"parameters": {
"value": "AA:BB:CC:DD:EE:FF"
}
}
]
},
{
"uid": 2,
"id": 1,
"error": {
"code": 16777221,
"description": "XMO_UNKNOWN_PATH_ERR"
},
"callbacks": []
}
],
"events": []
}
}