From 01f8c47feb0e7be0daba345faaaf91b8dd8c7d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=82=9C=E8=BE=89?= Date: Tue, 9 Sep 2025 12:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Euri=E6=97=A0=E6=95=88?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈炜辉 --- api/@ohos.file.cloudSync.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.file.cloudSync.d.ts b/api/@ohos.file.cloudSync.d.ts index d5934b84db..ed84dd3e67 100644 --- a/api/@ohos.file.cloudSync.d.ts +++ b/api/@ohos.file.cloudSync.d.ts @@ -1028,6 +1028,7 @@ declare namespace cloudSync { *
1.IPC failed or timed out. 2.Failed to load the service. * @throws { BusinessError } 13900020 - Invalid argument. Possible causes: *
1.Mandatory parameters are left unspecified; 2.Incorrect parameter types. + * @throws { BusinessError } 14000002 - Invalid uri. * @throws { BusinessError } 22400004 - Exceed the maximum limit. * @throws { BusinessError } 22400005 - Inner error. Possible causes: *
1.Failed to access the database or execute the SQL statement. -- Gitee