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

!16060 翻译完成:15484+15617 文档中标注ArkTS卡片所支持的API3 + 修复faultlogger js apis 错误码信息英文语法错误

Merge pull request !16060 from wusongqing/TR15484
......@@ -250,9 +250,9 @@ In the stage model, in the onWindowStageCreate lifecycle of an ability, you can
Use the API described in the table below to obtain the context associated with an ArkTS page.
| API | Description |
| :------------------------------------ | :--------------------------- |
| getContext(component: Object): Object | Obtains the **Context** object associated with a component on the page.|
| API | Description |
| :------------------------------------ | :----------------------------------------------------------- |
| getContext(component: Object): Object | Obtains the **Context** object associated with a component on the page.<br>Since API version 9, this API is supported in ArkTS widgets.|
**Example**
......
......@@ -148,7 +148,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e
| ID| Error Message|
| --- | --- |
| 10600001 | The service is not running or broken |
| 10600001 | The service is not started or is faulty |
**Example**
......@@ -205,7 +205,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e
| ID| Error Message|
| --- | --- |
| 10600001 | The service is not running or broken |
| 10600001 | The service is not started or is faulty |
**Example**
......
......@@ -4,11 +4,11 @@
**Error Message**
The service is not running or broken.
The service is not started or is faulty.
**Description**
This error code is reported when the service is not started or is faulty.
This error code is reported when the service is not started or an unknown error occurs.
**Possible Causes**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册