• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# HiDebug 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## 11400101 Failed to Obtain the System Service
8
9**Error Message**
10
11ServiceId invalid. The system ability does not exist.
12
13**Description**
14This error code is reported if a system service cannot be obtained based on the specified service ID.
15
16**Possible Causes**
17
18The specified service ID is incorrect.
19
20**Procedure**
21
22Specify a correct system service ID.
23
24## 11400102 Repeated Trace
25
26**Error Message**
27
28Capture trace already enabled.
29
30**Description**
31This error code is reported if capture trace has already been enabled for the current process.
32
33**Possible Causes**
34
35The trace function enabled previously is not disabled.
36
37**Procedure**
38
39Disable the previously enabled trace.
40
41## 11400103 Permission Verification Failed
42
43**Error Message**
44
45No write permission on the file.
46
47**Description**
48This error code is reported if you do not have the permission to write the trace file in the current directory.
49
50**Possible Causes**
51
52The current directory does not exist or is deleted by mistake.
53
54**Procedure**
55
56Run the trace again to generate a correct trace file in the current directory.
57
58## 11400104 Internal Error
59
60**Error Message**
61
62Abnormal trace status.
63
64**Description**
65This error code is reported if the current trace encounters an internal error.
66
67**Possible Causes**
68
69This issue is probably caused by a system kernel breakdown or application process crash.
70
71**Procedure**
72
73Restart the application or system.
74
75## 11400105 Trace Not Enabled
76
77**Error Message**
78
79No capture trace running.
80
81**Description**
82This error code is reported if no trace is in progress.
83
84**Possible Causes**
85
86Trace has not been enabled.
87
88**Procedure**
89
90Start a trace.
91
92## 11400106 The API Call Quota Has Been Exceeded
93
94**Error Message**
95
96Quota exceeded.
97
98**Description**
99The API call quota has been exceeded.
100
101**Possible Causes**
102
1031. This API is called by a process for more than one time per day.
104
1052. This API is called by the system for more than five times per week.
106
107**Procedure**
108
109Wait for the update of the API call quota.
110
111## 11400107 Failed to Fork The Dump Child process
112
113**Error Message**
114
115Fork operation failed.
116
117**Description**
118Failed to fork the dump child process.
119
120**Possible Causes**
121
122The system resource is insufficient.
123
124**Procedure**
125
126Fork the dump child process again. If the fork still fails, filter **Error** logs to locate the fault. For details, see [Log Analysis](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/ide-setup-hilog-V5#section2114542680). If the problem persists, <!--RP1-->contact us.<!--RP1End-->
127
128## 11400108 Failed to Wait for the Dump Child Process to Finish
129
130**Error Message**
131
132Failed to wait for the child process to finish.
133
134**Description**
135Failed to wait for the dump child process to finish.
136
137**Possible Causes**
138
139The system resource is insufficient.
140
141**Procedure**
142
143Wait for the dump child process to finish again. If it still fails, filter **Error** logs to locate the fault. For details, see [Log Analysis](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/ide-setup-hilog-V5#section2114542680). If the problem persists, <!--RP1-->contact us.<!--RP1End-->
144
145## 11400109 The Dump Child Process Times Out
146
147**Error Message**
148
149Timeout while waiting for the child process to finish.
150
151**Description**
152The dump child process times out.
153
154**Possible Causes**
155
156The system load is high, and the dump process takes a long time.
157
158**Procedure**
159
160Wait for the dump child process to finish again. If it still fails, filter **Error** logs to locate the fault. For details, see [Log Analysis](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/ide-setup-hilog-V5#section2114542680). If the problem persists, <!--RP1-->contact us.<!--RP1End-->
161
162## 11400110 The Disk Space Is Insufficient
163
164**Error Message**
165
166Failed to create dump file.
167
168**Description**
169The disk space is insufficient.
170
171**Possible Causes**
172
173The free disk space is less than 30 GB.
174
175**Procedure**
176
177Release the disk space to ensure that the available space is greater than 30 GB.
178
179## 11400111 Failed to Call the Node-API
180
181**Error Message**
182
183Napi interface call exception.
184
185**Description**
186Failed to call the Node-API.
187
188**Possible Causes**
189
190The JavaScript VM is abnormal.
191
192**Procedure**
193
194Call the Node-API again. If it still fails, filter **Error** logs to locate the fault. For details, see [Log Analysis](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/ide-setup-hilog-V5#section2114542680). If the problem persists, <!--RP1-->contact us.<!--RP1End-->
195
196## 11400112 The Data Dump Is Repeated
197
198**Error Message**
199
200Repeated data dump.
201
202**Description**
203The data dump is repeated.
204
205**Possible Causes**
206
207This API has been called and is called repeatedly before the calling is complete.
208
209**Procedure**
210
211Optimize the code logic to ensure that a new dump is started after the previous dump is complete.
212
213## 11400113 Failed to Create a Dump File
214
215**Error Message**
216
217Failed to create dump file.
218**Description**
219
220Failed to create a dump file.
221
222**Possible Causes**
223
2241. A file with the same name exists in the process directory.
225
2262. System resources are insufficient.
227
228**Procedure**
229
230Create a dump file again. If it still fails, filter **Error** logs to locate the fault. For details, see [Log Analysis](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/ide-setup-hilog-V5#section2114542680). If the problem persists, <!--RP1-->contact us.<!--RP1End-->
231