diff --git a/api/@ohos.notificationManager.d.ts b/api/@ohos.notificationManager.d.ts index fd1c194e6f080d697dcb6497edc7f27227e711da..9964bc1ec90af1bacc150f8d7f23fe98948e7a7e 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.