From 48c3155b18ddbfd53a2add3a0fda534b68abf9e2 Mon Sep 17 00:00:00 2001 From: cq_0418 Date: Fri, 29 Aug 2025 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=811300016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cq_0418 --- api/@ohos.window.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index b5fdbf4d74..a7bc058ef5 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -5516,7 +5516,6 @@ declare namespace window { * @throws { BusinessError } 1300002 - This window state is abnormal. * @throws { BusinessError } 1300003 - This window manager service works abnormally. * @throws { BusinessError } 1300004 - Unauthorized operation. - * @throws { BusinessError } 1300016 - Parameter error. Possible cause: 1. Invalid parameter range. * @syscap SystemCapability.Window.SessionManager * @since 20 */ -- Gitee