diff --git a/api/@ohos.accessibility.config.d.ts b/api/@ohos.accessibility.config.d.ts index 45a5ff46c8b557a681328a61e60985ee8ad9ee31..f3ccfb8953c1f3e28c9bc41bdbaaafa80b5d4ce5 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