diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-hisysevent.md b/zh-cn/application-dev/reference/errorcodes/errorcode-hisysevent.md index 0d573cf63851c5a46fffafb7c43b9b132947d7a6..05de6b20d7d83bc1ad752804cba1804a6f3187c3 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-hisysevent.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-hisysevent.md @@ -85,7 +85,7 @@ Invalid event parameter. **错误描述** -在调用write接口进行系统事件打点时,由于传入了非法的参数名称,系统将忽略此次系统事件打点。 +在调用write接口进行系统事件打点时,由于传入了非法的参数名称,系统以抛出错误的形式提示,但会完成此次系统事件打点。 **可能原因** @@ -105,15 +105,15 @@ Size of the event parameter of the string type is over limit. **错误描述** -在调用write接口进行系统事件打点时,由于传入了长度超限的字符串类型参数,系统将忽略此次系统事件打点。 +在调用write接口进行系统事件打点时,由于传入了长度超限的字符串类型参数,系统以抛出错误的形式提示,但会完成此次系统事件打点。 **可能原因** -字符串类型的参数值的长度超过256K。 +字符串类型的参数值的长度超过10K。 **处理步骤** -检查系统事件中字符串类型的参数值的长度是否超过256K。 +检查系统事件中字符串类型的参数值的长度是否超过10K。 ## 11200053 事件参数的数量超过限制 @@ -123,7 +123,7 @@ Count of event parameters is over limit. **错误描述** -在调用write接口进行系统事件打点时,由于传入的事件参数数量超过限制,系统将将忽略此次系统事件打点。 +在调用write接口进行系统事件打点时,由于传入的事件参数数量超过限制,系统以抛出错误的形式提示,但会完成此次系统事件打点。 **可能原因** @@ -133,7 +133,6 @@ Count of event parameters is over limit. 检查系统事件的参数数量是否超过了128个。 - ## 11200054 数组类型的事件参数值的长度超过限制 **错误信息** @@ -142,7 +141,7 @@ Count of event parameter of the array type is over limit. **错误描述** -在调用write接口进行系统事件打点时,由于传入了长度超过限制的数组类型的参数,系统将忽略此次系统事件打点。 +在调用write接口进行系统事件打点时,由于传入了长度超过限制的数组类型的参数,系统以抛出错误的形式提示,但会完成此次系统事件打点。 **可能原因**