Mouse Pointer Error Codes
NOTE
- This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
26500001 Invalid Window ID
Error Message
Invalid windowId. Possible causes: The window id does not belong to the current process.
Description
Invalid window ID.
Possible Causes
The window ID does not belong to the current process.
Solution
Pass in the window ID of the current process. You can obtain the attributes of the current window by calling getWindowProperties(). The window ID is contained in the returned window attributes.
3800001 Multimodal input internal error
Error Message
Input service exception. Possible causes: 1. Memory allocation failure. 2. Thread busy. 3. Service terminated abnormally. 4. Other unexpected errors. Try again later.
Description
Internal error of the multimodal input service.
Possible Causes
Unexpected errors occurred, such as memory allocation failure, busy thread, and service execution.
Solution
Try again later.