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 2ac77975fd95e8451ba2b730684bed50b95a01df..0aff77ca525d44d3e1c13350f3a025d4a992ffd7 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. | **示例:**