From 5bfbbfcda93491c39e88ce556414fe762f270a1f Mon Sep 17 00:00:00 2001 From: fanzexuan Date: Tue, 15 Jul 2025 20:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=A4=A7=E6=89=8B=E5=8A=BF=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=B0=E5=A2=9E801=E9=94=99=E8=AF=AF=E7=A0=81?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E4=B8=8D=E6=94=AF=E6=8C=81=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanzexuan --- api/@ohos.accessibility.config.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.accessibility.config.d.ts b/api/@ohos.accessibility.config.d.ts index 45a5ff46c8..f3ccfb8953 100644 --- a/api/@ohos.accessibility.config.d.ts +++ b/api/@ohos.accessibility.config.d.ts @@ -365,6 +365,7 @@ declare namespace config { * @param { boolean } state Indicates that whether trigger display magnification. * @throws { BusinessError } 201 - Permission verification failed. The application does not have the permission required to call the API. * @throws { BusinessError } 202 - Permission verification failed. A non-system application calls a system API. + * @throws { BusinessError } 801 - Capability not supported. Failed to call the API due to limited device capabilities. * @throws { BusinessError } 9300007 - Trigger magnification failed. * @syscap SystemCapability.BarrierFree.Accessibility.Core * @systemapi -- Gitee