未验证 提交 96c62a28 编写于 作者: O openharmony_ci 提交者: Gitee

!15617 Fix:修复faultlogger js apis 错误码信息英文语法错误

Merge pull request !15617 from hw_mzyan/master
...@@ -148,7 +148,7 @@ query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo> ...@@ -148,7 +148,7 @@ query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo>
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| --- | --- | | --- | --- |
| 10600001 | The service is not running or broken | | 10600001 | The service is not started or is faulty |
**示例:** **示例:**
...@@ -205,7 +205,7 @@ query(faultType: FaultType) : Promise<Array<FaultLogInfo>> ...@@ -205,7 +205,7 @@ query(faultType: FaultType) : Promise<Array<FaultLogInfo>>
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| --- | --- | | --- | --- |
| 10600001 | The service is not running or broken | | 10600001 | The service is not started or is faulty |
**示例:** **示例:**
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
**错误信息** **错误信息**
The service is not running or broken. The service is not started or is faulty.
**错误描述** **错误描述**
服务未启动/故障 服务未启动或者遇到未知错误
**可能原因** **可能原因**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册