diff --git a/zh-cn/application-dev/reference/apis/js-apis-device-manager.md b/zh-cn/application-dev/reference/apis/js-apis-device-manager.md index 220958a59e1ae5517502d2daffd7ded5c3dd116c..d4ffb979bdb42d22c2e97e992da1dfa7fd93e01a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-device-manager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-device-manager.md @@ -371,14 +371,6 @@ getTrustedDeviceList(): Promise<Array<DeviceInfo>> | ---------------------------------------- | --------------------- | | Promise<Array<[DeviceInfo](#deviceinfo)>> | Promise实例,用于获取异步返回结果。 | -**错误码:** - -以下的错误码的详细介绍请参见[设备管理错误码](../errorcodes/errorcode-device-manager.md) - -| 错误码ID | 错误信息 | -| -------- | --------------------------------------------------------------- | -| 11600101 | Failed to execute the function. | - **示例:** ```js @@ -471,14 +463,6 @@ getLocalDeviceInfo(): Promise<DeviceInfo> | ---------------------------------------- | --------------------- | | Promise<[DeviceInfo](#deviceinfo)> | Promise实例,用于获取异步返回结果。 | -**错误码:** - -以下的错误码的详细介绍请参见[设备管理错误码](../errorcodes/errorcode-device-manager.md) - -| 错误码ID | 错误信息 | -| ------- | --------------------------------------------------------------- | -| 11600101| Failed to execute the function. | - **示例:** ```js