• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Word Selection Service 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## 33600001 Word Selection Service Error
8
9**Error Message**
10
11Selection service exception.
12
13**Description**
14
15This error code is reported when the word selection service is abnormal.
16
17**Possible Causes**
18
19An error is thrown when an application calls the word selection service or its dependent services.
20
21**Solution**
22
23Restart the device and try again.
24
25## 33600002 Word Selection Panel Has Been Destroyed
26
27**Error Message**
28
29This selection window has been destroyed.
30
31**Description**
32
33This error code is reported when the word selection panel has been destroyed.
34
35**Possible Causes**
36
371. The word selection panel object is invalid.
382. The word selection panel is not created.
39
40**Solution**
41
421. Ensure the word selection panel object is valid before operating the panel.
432. Do not operate the destroyed word selection panel object.
44
45## 33600003 Invalid Application for Word Selection
46
47**Error Message**
48
49Invalid operation. The selection app is not valid.
50
51**Description**
52
53This error code is reported when an invalid application calls the word selection API.
54
55**Possible Causes**
56
57An invalid application calls the word selection API.
58
59**Solution**
60
61Ensure the current application is valid for using word selection.
62