From e19daa19f9411eb3c31b894519b83f896e683c40 Mon Sep 17 00:00:00 2001 From: liujiaxing19 Date: Fri, 20 Jun 2025 20:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85setEventParam=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: liujiaxing19 --- .../js-apis-hiviewdfx-hiappevent.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zh-cn/application-dev/reference/apis-performance-analysis-kit/js-apis-hiviewdfx-hiappevent.md b/zh-cn/application-dev/reference/apis-performance-analysis-kit/js-apis-hiviewdfx-hiappevent.md index 2ac77975fd9..0aff77ca525 100644 --- a/zh-cn/application-dev/reference/apis-performance-analysis-kit/js-apis-hiviewdfx-hiappevent.md +++ b/zh-cn/application-dev/reference/apis-performance-analysis-kit/js-apis-hiviewdfx-hiappevent.md @@ -227,6 +227,10 @@ setEventParam(params: Record<string, ParamType>, domain: string, name?: st | 错误码ID | 错误信息 | | -------- | --------------------------------------------- | | 401 | Parameter error. Possible causes: 1. Mandatory parameters are left unspecified; 2. Incorrect parameter types. | +| 11100001 | Function disabled. Possible caused by the param disable in ConfigOption is true. | +| 11101001 | Invalid event domain. Possible causes: 1. Contain invalid characters; 2. Length is invalid. | +| 11101002 | Invalid event name. Possible causes: 1. Contain invalid characters; 2. Length is invalid. | +| 11101005 | Invalid event parameter name. Possible causes: 1. Contain invalid characters; 2. Length is invalid. | | 11101007 | The number of parameter keys exceeds the limit. | **示例:** -- Gitee