From 152b203d40599aca711a5deb9901fc7c3bbc3c58 Mon Sep 17 00:00:00 2001 From: zhangziye Date: Thu, 19 Jun 2025 20:10:47 +0800 Subject: [PATCH] Add transfer doc Issue: https://gitee.com/openharmony/docs/issues/ICFI75 Signed-off-by: zhangziye --- api/@ohos.transfer.d.ets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/@ohos.transfer.d.ets b/api/@ohos.transfer.d.ets index b07994d16a..9f401a8502 100644 --- a/api/@ohos.transfer.d.ets +++ b/api/@ohos.transfer.d.ets @@ -47,6 +47,7 @@ declare namespace transfer { * @param { Any } input The 1.0 object that needs to be converted * @param { string } inputName name registered by the subsystem. * @returns { Object } Object + * @throws { BusinessError } 10200067 - Transfer Error. The input name is not supported! * @syscap SystemCapability.Utils.Lang * @crossplatform * @atomicservice @@ -60,6 +61,7 @@ declare namespace transfer { * @param { Object } input The 1.2 object that needs to be converted * @param { string } inputName name registered by the subsystem. * @returns { Any } Object + * @throws { BusinessError } 10200067 - Transfer Error. The input name is not supported! * @syscap SystemCapability.Utils.Lang * @crossplatform * @atomicservice -- Gitee