diff --git a/zh-cn/application-dev/reference/apis/js-apis-overlay.md b/zh-cn/application-dev/reference/apis/js-apis-overlay.md index c86bceaaf70cc5cb048dee0e1b2c6e307dbaa113..7f25787ef8164c21225992c61e0c6c8e9ea74f12 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-overlay.md +++ b/zh-cn/application-dev/reference/apis/js-apis-overlay.md @@ -238,7 +238,8 @@ getOverlayModuleInfo(moduleName: string): Promise\; | 错误码ID | 错误信息 | | ------ | -------------------------------------- | -| 17700002 | The specified module name is not found. | +| 17700002 | The specified module name is not found. | +| 17700032 | he specified bundle does not contain any overlay module. | | 17700033 | The specified module is not an overlay module. | **示例:** @@ -278,6 +279,7 @@ getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\