From dfba9c86b5f686474c3b55f07d4ee1d74da24640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 14 Jun 2023 02:55:34 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-window.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-window.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-window.md b/zh-cn/application-dev/reference/apis/js-apis-window.md index 0ba33e3d76..09d6dd5442 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-window.md +++ b/zh-cn/application-dev/reference/apis/js-apis-window.md @@ -2434,6 +2434,14 @@ getUIContext(): UIContext | ---------- | ---------------------- | | [UIContext](./js-apis-arkui-UIContext.md#uicontext) | 返回UIContext实例对象。 | +**错误码:** + +以下错误码的详细介绍请参见[窗口错误码](../errorcodes/errorcode-window.md)。 + +| 错误码ID | 错误信息 | +| ------- | ------------------------------ | +| 1300002 | This window state is abnormal. | + **示例:** ```ts -- GitLab