diff --git a/zh-cn/application-dev/reference/apis/js-apis-cooperate.md b/zh-cn/application-dev/reference/apis/js-apis-cooperate.md index 2bc41d10e707d58fad81d7c56f43e42ca70ac810..14738c3a7a4f79255c739b161bc7a95b8bd32c17 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-cooperate.md +++ b/zh-cn/application-dev/reference/apis/js-apis-cooperate.md @@ -108,8 +108,8 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCal | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 4400001 | 当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。 | -| 4400002 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 4400001 | Incorrect descriptor for the target device. | +| 4400002 | Screen hop failed. | **示例**: @@ -158,8 +158,8 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\ | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 4400001 | 当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。 | -| 4400002 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 4400001 | Incorrect descriptor for the target device. | +| 4400002 | Screen hop failed. | **示例**: diff --git a/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md b/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md index 980c45ab910b34c49161113b0c86cdcdf0ba7f67..6423fde96b5bfa7b271d822ed006289288be9745 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md +++ b/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md @@ -156,7 +156,7 @@ activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 20900001 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 20900001 | Operation failed. | **示例**: @@ -205,7 +205,7 @@ activate(targetNetworkId: string, inputDeviceId: number): Promise<void>; | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 20900001 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 20900001 | Operation failed. | **示例**: