1# Drag Event Error Codes
2
3> **NOTE**
4>
5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md).
6
7## 190001 Data Not Found
8
9**Error Message**
10
11GetData failed, data not found.
12
13**Error Description**
14
15This error code is reported if no data is obtained after an application calls the **GetData()** API of **DragEvent**.
16
17**Possible Cause**
18
19The **DragEvent** data has not been obtained.
20
21**Solution**
22
23N/A
24
25## 190002 Data Error
26
27**Error Message**
28
29GetData failed, data error.
30
31**Error Description**
32
33This error code is reported if the obtained data is incorrect after an application calls the **GetData()** API of **DragEvent**.
34
35**Possible Cause**
36
37The obtained data is incorrect.
38
39**Solution**
40
41N/A
42