From 92bb238f9f8171d98fee5f92c68da9d3e5aea69d Mon Sep 17 00:00:00 2001 From: changjiaxing Date: Tue, 8 Aug 2023 10:46:36 +0800 Subject: [PATCH] fixed efe0678 from https://gitee.com/ge-yafang/docs/pulls/22023 Modify the error description of the 401 error code Signed-off-by: changjiaxing Change-Id: I7ba510b084272366f3518b187b095754f2b0b69f --- .../application-dev/reference/errorcodes/errorcode-universal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md b/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md index a063b9df2a..ba6a3a1089 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 ${正确 **错误描述** -参数检查失败,包括必选参数没有传入,参数类型错误。 +参数检查失败,包括必选参数没有传入,参数类型错误。无论是同步还是异步接口,此类异常大部分都通过同步的方式抛出。 **可能原因** -- GitLab