From 46bb44372a314591468594f92ecd3634c7270321 Mon Sep 17 00:00:00 2001 From: shilei Date: Mon, 27 Mar 2023 11:59:00 +0000 Subject: [PATCH] modify overlay docs Signed-off-by: shilei --- zh-cn/application-dev/reference/apis/js-apis-overlay.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 c86bceaaf7..7f25787ef8 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\