From e18dd0693358a2bdc91b9e0cfcd216cdfaaece6c Mon Sep 17 00:00:00 2001 From: guxiang Date: Wed, 6 Aug 2025 15:47:16 +0800 Subject: [PATCH] =?UTF-8?q?disableNotificationFeature=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guxiang --- api/@ohos.notificationManager.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.notificationManager.d.ts b/api/@ohos.notificationManager.d.ts index fd1c194e6f..9964bc1ec9 100644 --- a/api/@ohos.notificationManager.d.ts +++ b/api/@ohos.notificationManager.d.ts @@ -3990,6 +3990,7 @@ declare namespace notificationManager { * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 202 - Not system application to call the interface. * @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified. + * @throws { BusinessError } 801 - Capability not supported. *
2. Incorrect parameter types. 3. Parameter verification failed. * @throws { BusinessError } 1600001 - Internal error. * @throws { BusinessError } 1600002 - Marshalling or unmarshalling error. -- Gitee