From 4e30c72f68b57b479c5ee4d611106fabf50052e1 Mon Sep 17 00:00:00 2001 From: chensihan Date: Wed, 11 Jun 2025 03:09:33 +0000 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chensihan --- api/@ohos.fileshare.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.fileshare.d.ts b/api/@ohos.fileshare.d.ts index 793b439900..f385fb7fcd 100644 --- a/api/@ohos.fileshare.d.ts +++ b/api/@ohos.fileshare.d.ts @@ -222,7 +222,7 @@ declare namespace fileShare { * @throws { BusinessError } 202 - The caller is not a system application * @throws { BusinessError } 401 - The input parameter is invalid.Possible causes:1.Mandatory parameters are left unspecified; *
2.Incorrect parameter types. - * @throws { BusinessError } 14300001 - IPC error + * @throws { BusinessError } 143000001 - IPC error * @syscap SystemCapability.FileManagement.AppFileService * @systemapi * @since 9 @@ -246,7 +246,7 @@ declare namespace fileShare { * @throws { BusinessError } 202 - The caller is not a system application * @throws { BusinessError } 401 - The input parameter is invalid.Possible causes:1.Mandatory parameters are left unspecified; *
2.Incorrect parameter types. - * @throws { BusinessError } 14300001 - IPC error + * @throws { BusinessError } 143000001 - IPC error * @syscap SystemCapability.FileManagement.AppFileService * @systemapi * @since 9 -- Gitee