diff --git a/interfaces/kits/js/ani/file_cloud_sync/ets/@ohos.file.cloudSync.ets b/interfaces/kits/js/ani/file_cloud_sync/ets/@ohos.file.cloudSync.ets index 0755db342c2de8b073a5ca492e1b3f2dc10fea14..a9f7d333f3305fb3ccca8b98338e383dd43da7c9 100644 --- a/interfaces/kits/js/ani/file_cloud_sync/ets/@ohos.file.cloudSync.ets +++ b/interfaces/kits/js/ani/file_cloud_sync/ets/@ohos.file.cloudSync.ets @@ -26,6 +26,7 @@ export default namespace cloudSync { CLOUD_STORAGE_FULL = 5, LOCAL_STORAGE_FULL = 6, DEVICE_TEMPERATURE_TOO_HIGH = 7, + REMOTE_SERVER_ABNORMAL = 8, }; export enum SyncState {