• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# User Preference 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## 15500000 Internal Error
8**Error Message**
9
10Inner error.
11
12**Description**
13
14An internal error occurred.
15
16**Possible Causes**
17
18View the error log to determine the cause of the error. Possible causes include the following:
191. The internal state is abnormal.
202. There is an API that is incorrectly used.
213. A system error, such as insufficient memory, I/O error, or JS engine exception, occurs.
22
23**Solution**
24
251. Check whether a closed object is reused.
262. Check whether the APIs are correctly used.
273. If the problem persists, ask the user to restart or update the application or upgrade the device version.
28
29## 15500010 Failed to Delete the User Preference Persistence File
30**Error Message**
31
32Failed to delete the user preferences persistence file.
33
34**Description**
35
36The operation of deleting the user preference persistence file failed.
37
38**Possible Causes**
39
40The possible causes are as follows:
411. The file name is incorrect.
422. The file path is incorrect.
43
44**Solution**
45
461. Check that the file name is correct.
472. Check that the file path is correct.
48
49## 15500019 Failed to Obtain the Subscription Service
50
51**Error Message**
52
53Failed to obtain the subscription service.
54
55**Description**
56
57Failed to obtain the subscription service in inter-process event subscription.
58
59**Possible Causes**
60
61The platform does not support service subscription.
62
63**Solution**
64
65Deploy the subscription service on the platform.
66
67## 15501001 Stage Model Required
68
69**Error Message**
70
71The operation is supported in stage mode only.
72
73**Description**
74
75This operation can be performed only on the stage model.
76
77**Possible Causes**
78
79The context is not a stage model.
80
81**Solution**
82
83Perform the operation on the stage model.
84
85## 15501002 Invalid dataGroupId Parameter in Options
86
87**Error Message**
88
89Invalid dataGroupId.
90
91**Description**
92
93The **dataGroupId** parameter is invalid.
94
95**Possible Causes**
96
97The **dataGroupId** is not obtained from the AppGallery.
98
99**Solution**
100
101Obtain **dataGroupId** from the AppGallery and pass it correctly.
102