From 9976397d5a17b58895f155eaa0f42d4316947920 Mon Sep 17 00:00:00 2001 From: Yangys Date: Mon, 20 Feb 2023 03:13:53 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/errorcodes/errorcode-net-connection.md. Signed-off-by: Yangys --- .../reference/errorcodes/errorcode-net-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-net-connection.md b/zh-cn/application-dev/reference/errorcodes/errorcode-net-connection.md index 78c9e59820..d09ce78136 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-net-connection.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-net-connection.md @@ -93,7 +93,7 @@ The callback is not exists. **处理步骤** -确定执行去注册函数前是否有执行注册函数。 +检查callback对象,确保注销callback对象前,已执行注册函数。 ## 2101022 请求数量超过最大值 -- GitLab