From e8753542884f8c5900b9f80894b668d0c0aa54e4 Mon Sep 17 00:00:00 2001 From: yang123 Date: Thu, 7 Aug 2025 06:44:28 +0000 Subject: [PATCH] update api/@ohos.cooperate.d.ts. Signed-off-by: yang123 --- api/@ohos.cooperate.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.cooperate.d.ts b/api/@ohos.cooperate.d.ts index 83f3799be6..b61c8de9e2 100644 --- a/api/@ohos.cooperate.d.ts +++ b/api/@ohos.cooperate.d.ts @@ -726,7 +726,8 @@ declare namespace cooperate { * @returns { Promise } the promise returned by the function. * @throws {BusinessError} 201 - Permission denied. * @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API. - * @throws {BusinessError} 20900001 - Operation failed. + * @throws {BusinessError} 20900001 - Service exception. Possible causes: 1. A system error, such as null pointer, + *
container-related exception, or IPC exception. 2. N-API invocation exception or invalid N-API status. * @syscap SystemCapability.Msdp.DeviceStatus.Cooperate * @systemapi Hide this for inner system use. * @since 20 -- Gitee