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

!18435 修改错误码

Merge pull request !18435 from 徐杰/zhangyun0519
......@@ -1202,7 +1202,7 @@ register(callback: AsyncCallback\<void>): void
| 401 | Parameter error. |
| 2100002 | Operation failed. Cannot connect to service.|
| 2100003 | System internal error. |
| 2101008 | The callback is not found. |
| 2101008 | The same callback exists. |
| 2101022 | The number of requests exceeded the maximum. |
**示例:**
......@@ -1235,7 +1235,7 @@ unregister(callback: AsyncCallback\<void>): void
| 401 | Parameter error. |
| 2100002 | Operation failed. Cannot connect to service.|
| 2100003 | System internal error. |
| 2100207 | Remote is null. |
| 2101007 | The callback is not exists. |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册