diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md b/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md index a063b9df2ae5245aeb712e9a4b927d093c9d9f59..ba6a3a10898f482f10bba1fb903bd93a595e136c 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md @@ -44,7 +44,7 @@ BusinessError 401: Parameter error. The type of "${参数名}" must be ${正确 **错误描述** -参数检查失败,包括必选参数没有传入,参数类型错误。 +参数检查失败,包括必选参数没有传入,参数类型错误。无论是同步还是异步接口,此类异常大部分都通过同步的方式抛出。 **可能原因**