From 88880a09d76779e0d10486811cab399ba541670d Mon Sep 17 00:00:00 2001 From: yuhaoqiang Date: Fri, 27 Jun 2025 11:11:42 +0800 Subject: [PATCH] delete 401 Change-Id: I0fbcf8c1213ebfd8b25e5d7552dd49c2ec7dd453 Signed-off-by: yuhaoqiang --- api/@ohos.hidebug.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.hidebug.d.ts b/api/@ohos.hidebug.d.ts index 329efe1e95..4453c8fbf2 100644 --- a/api/@ohos.hidebug.d.ts +++ b/api/@ohos.hidebug.d.ts @@ -840,7 +840,6 @@ declare namespace hidebug { * * @param { boolean } needGC - Whether do GC before dump, default is true. * @returns { Promise } Returns the full path of raw heap snapshot file. - * @throws { BusinessError } 401 - Invalid parameter. * @throws { BusinessError } 11400106 - Quota exceeded. * @throws { BusinessError } 11400107 - Fork operation failed. * @throws { BusinessError } 11400108 - Failed to wait for the child process to finish. -- Gitee