From 37bc8abdc11478733471d0e21b6f7529ddf2f581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=82=9C=E8=BE=89?= Date: Fri, 15 Aug 2025 16:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=9C=E7=AB=AF=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E4=B8=8D=E5=8F=AF=E7=94=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈炜辉 --- api/@ohos.file.cloudSync.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@ohos.file.cloudSync.d.ts b/api/@ohos.file.cloudSync.d.ts index 59e8548976..2f85ed87bb 100644 --- a/api/@ohos.file.cloudSync.d.ts +++ b/api/@ohos.file.cloudSync.d.ts @@ -161,6 +161,14 @@ declare namespace cloudSync { * @arkts 1.1&1.2 */ DEVICE_TEMPERATURE_TOO_HIGH = 7, + /** + * Synchronization aborted due to remote server is abnormal. + * + * @syscap SystemCapability.FileManagement.DistributedFileService.CloudSync.Core + * @since 20 + * @arkts 1.1&1.2 + */ + REMOTE_SERVER_ABNORMAL = 8, } -- Gitee