From 96df70ff77252c8afd72c3fe20506513c80f3922 Mon Sep 17 00:00:00 2001 From: fangzhiyuan Date: Sat, 6 Sep 2025 15:53:37 +0800 Subject: [PATCH] =?UTF-8?q?uiAppearance=E5=88=A0=E9=99=A4get=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3401=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyuan --- api/@ohos.uiAppearance.static.d.ets | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/api/@ohos.uiAppearance.static.d.ets b/api/@ohos.uiAppearance.static.d.ets index 944beaeabe..228df202d1 100644 --- a/api/@ohos.uiAppearance.static.d.ets +++ b/api/@ohos.uiAppearance.static.d.ets @@ -94,10 +94,6 @@ declare namespace uiAppearance { * Acquire the current dark-mode. * * @returns { DarkMode } current dark-mode. - * @throws { BusinessError } 401 - Parameter error. Possible causes: - *
1. Mandatory parameters are left unspecified. - *
2. Incorrect parameters types. - *
3. Parameter verification failed. * @throws { BusinessError } 500001 - Internal error. * @syscap SystemCapability.ArkUI.UiAppearance * @since 20 @@ -126,10 +122,6 @@ declare namespace uiAppearance { * Acquire the current font-scale. * * @returns { number } current font-scale. - * @throws { BusinessError } 401 - Parameter error. Possible causes: - *
1. Mandatory parameters are left unspecified. - *
2. Incorrect parameters types. - *
3. Parameter verification failed. * @throws { BusinessError } 500001 - Internal error. * @syscap SystemCapability.ArkUI.UiAppearance * @since 20 @@ -158,10 +150,6 @@ declare namespace uiAppearance { * Acquire the current font-weight-scale. * * @returns { number } current font-weight-scale. - * @throws { BusinessError } 401 - Parameter error. Possible causes: - *
1. Mandatory parameters are left unspecified. - *
2. Incorrect parameters types. - *
3. Parameter verification failed. * @throws { BusinessError } 500001 - Internal error. * @syscap SystemCapability.ArkUI.UiAppearance * @since 20 -- Gitee