提交 053a4dc1 编写于 作者: M mayunteng_1

errorcode modify

Signed-off-by: Nmayunteng_1 <mayunteng@huawei.com>
Change-Id: I101b7914b4036bacd3222191ebcdae95b8aaaefa
上级 e18d5d3d
...@@ -102,7 +102,7 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCal ...@@ -102,7 +102,7 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCal
**错误码:** **错误码:**
以下错误码的详细介绍请参见[ohos.multimodalinput错误码](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/errorcodes/errorcodes-multimodalinput.md) 以下错误码的详细介绍请参见[ohos.multimodalinput错误码](../errorcodes/errorcodes-multimodalinput.md)
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | ---------------------------------------- | | -------- | ---------------------------------------- |
...@@ -150,7 +150,7 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\<void> ...@@ -150,7 +150,7 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\<void>
**错误码:** **错误码:**
以下错误码的详细介绍请参见[ohos.multimodalinput错误码](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/errorcodes/errorcodes-multimodalinput.md) 以下错误码的详细介绍请参见[ohos.multimodalinput错误码](../errorcodes/errorcodes-multimodalinput.md)
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | ---------------------------------------- | | -------- | ---------------------------------------- |
......
...@@ -2,42 +2,42 @@ ...@@ -2,42 +2,42 @@
## 4400001 目标设备描述符错误 ## 4400001 目标设备描述符错误
### 错误信息 **错误信息**
Incorrect descriptor for the target device. Incorrect descriptor for the target device.
### 错误描述 **错误描述**
当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。 当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。
### 可能原因 **可能原因**
1.穿越目标设备不存在(设备未组网)。 1.穿越目标设备不存在(设备未组网)。
2.目标设备描述符为空。 2.目标设备描述符为空。
### 处理步骤 **处理步骤**
1. 请确认键鼠穿越目标设备是否已正确与本地设备完整组网。 1. 请确认键鼠穿越目标设备是否已正确与本地设备完整组网。
2. 请正确使用穿越目标设备的设备描述符。 2. 请正确使用穿越目标设备的设备描述符。
## 4400002 操作输入设备失败 ## 4400002 操作输入设备失败
### 错误信息 **错误信息**
Failed to operate the input device. Failed to operate the input device.
### 错误描述 **错误描述**
当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。
### 可能原因 **可能原因**
1. 发起键鼠穿越时,本机键鼠穿越为穿出状态。 1. 发起键鼠穿越时,本机键鼠穿越为穿出状态。
2. 关闭键鼠穿越时,本机键鼠穿越为自由态。 2. 关闭键鼠穿越时,本机键鼠穿越为自由态。
3. 发起关闭键鼠穿越时,本机键鼠穿越状态正在切换中。 3. 发起关闭键鼠穿越时,本机键鼠穿越状态正在切换中。
### 处理步骤 **处理步骤**
1. 发起键鼠穿越时,请检查本机键鼠穿越状态是否为非穿出状态。 1. 发起键鼠穿越时,请检查本机键鼠穿越状态是否为非穿出状态。
2. 关闭键鼠穿越时,请检查本机键鼠穿越状态是否为非自由态。 2. 关闭键鼠穿越时,请检查本机键鼠穿越状态是否为非自由态。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册