Drag Event Error Codes

NOTE

This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.

190001 Data Not Found

Error Message

GetData failed, data not found.

Error Description

This error code is reported if no data is obtained after an application calls the GetData() API of DragEvent.

Possible Cause

The DragEvent data has not been obtained.

Solution

N/A

190002 Data Error

Error Message

GetData failed, data error.

Error Description

This error code is reported if the obtained data is incorrect after an application calls the GetData() API of DragEvent.

Possible Cause

The obtained data is incorrect.

Solution

N/A