From 3bb7e7f738cbf265d9c3ee1129f753741d0e9a6d Mon Sep 17 00:00:00 2001 From: liuzongze Date: Wed, 23 Jul 2025 15:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=B6=85=E8=BF=87=E8=A1=8C=E5=AD=97=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuzongze Change-Id: Ie1c74d9e2d44387b602bdfaa52fe0ae0691d9855 --- api/@ohos.app.ability.insightIntentDriver.d.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/api/@ohos.app.ability.insightIntentDriver.d.ts b/api/@ohos.app.ability.insightIntentDriver.d.ts index 09f50bf2b1..14ba07511a 100644 --- a/api/@ohos.app.ability.insightIntentDriver.d.ts +++ b/api/@ohos.app.ability.insightIntentDriver.d.ts @@ -772,7 +772,8 @@ declare namespace insightIntentDriver { * @returns { Promise> } Returns the insight intent information. * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 202 - Not system application. - * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1.Connect to system service failed; 2.The system service failed to communicate with dependency module. + * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1. Failed to connect to the system service; + * 2. The system service failed to communicate with dependency module. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @stagemodelonly @@ -789,7 +790,8 @@ declare namespace insightIntentDriver { * @returns { Promise> } Returns the insight intent information. * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 202 - Not system application. - * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1.Connect to system service failed; 2.The system service failed to communicate with dependency module. + * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1. Failed to connect to the system service; + * 2. The system service failed to communicate with dependency module. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @stagemodelonly @@ -808,7 +810,8 @@ declare namespace insightIntentDriver { * @returns { Promise } Returns the insight intent information. * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 202 - Not system application. - * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1.Connect to system service failed; 2.The system service failed to communicate with dependency module. + * @throws { BusinessError } 16000050 - Internal error. Possible causes: 1. Failed to connect to the system service; + * 2. The system service failed to communicate with dependency module. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @stagemodelonly -- Gitee