From 1791301cf48c14e8a3d036c1c9535c54d7068c86 Mon Sep 17 00:00:00 2001 From: Jemtaly Date: Tue, 22 Jul 2025 10:13:33 +0800 Subject: [PATCH] fix: add import BusinessError in taihe Signed-off-by: Jemtaly --- frameworks/kits/taihe/idl/ohos.multimedia.image.taihe | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/kits/taihe/idl/ohos.multimedia.image.taihe b/frameworks/kits/taihe/idl/ohos.multimedia.image.taihe index 3b939be40..f7e0b01ee 100644 --- a/frameworks/kits/taihe/idl/ohos.multimedia.image.taihe +++ b/frameworks/kits/taihe/idl/ohos.multimedia.image.taihe @@ -19,4 +19,5 @@ import type colorSpaceManager from '@ohos.graphics.colorSpaceManager'; import type resourceManager from '@ohos.resourceManager'; import type rpc from '@ohos.rpc'; +import { BusinessError } from '@ohos.base'; """) \ No newline at end of file -- Gitee