From c74c0c913a38e001d1c98053e95d05f97fcb0baa Mon Sep 17 00:00:00 2001 From: wanglili12 Date: Thu, 14 Aug 2025 14:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanglili12 --- api/arkui/Graphics.d.ts | 2 -- api/arkui/Graphics.static.d.ets | 2 -- 2 files changed, 4 deletions(-) diff --git a/api/arkui/Graphics.d.ts b/api/arkui/Graphics.d.ts index a4f8edb2c6..f8c43856f8 100644 --- a/api/arkui/Graphics.d.ts +++ b/api/arkui/Graphics.d.ts @@ -909,8 +909,6 @@ declare class LengthMetrics { * * @param { Resource } value - The value of the length metrics. * @returns { LengthMetrics } Returns the lengthMetrics object with unit Resource. - * @throws { BusinessError } 180001 - System resources does not exist. - * @throws { BusinessError } 180002 - The type of system resources is incorrect. * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform diff --git a/api/arkui/Graphics.static.d.ets b/api/arkui/Graphics.static.d.ets index 237988027b..958b186d47 100644 --- a/api/arkui/Graphics.static.d.ets +++ b/api/arkui/Graphics.static.d.ets @@ -540,8 +540,6 @@ export declare class LengthMetrics { * * @param { Resource } value - The value of the length metrics. * @returns { LengthMetrics } Returns the lengthMetrics object with unit Resource. - * @throws { BusinessError } 180001 - System resources does not exist. - * @throws { BusinessError } 180002 - The type of system resources is incorrect. * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 -- Gitee