提交 30691c13 编写于 作者: X xujie

修改错误码

Signed-off-by: Nxujie <xujie223@huawei.com>
上级 8c1763b5
......@@ -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.
先完成此消息的编辑!
想要评论请 注册