From c75f9c21a2c7a1c9fa43765f0f400a656e0fc74e Mon Sep 17 00:00:00 2001 From: Jeam_wang Date: Wed, 19 Apr 2023 09:27:35 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20b2a5c95=20from=20https://gitee.com/jeam?= =?UTF-8?q?-wang/docs/pulls/17390=2013400002=20=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=B8=8B=E6=96=87=E4=BB=B6=E5=B7=B2=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=8E=9F=E5=9B=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jeam_wang --- zh-cn/application-dev/reference/errorcodes/errorcode-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-request.md b/zh-cn/application-dev/reference/errorcodes/errorcode-request.md index 12f9370e04..cfc4d9ca8f 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-request.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-request.md @@ -34,7 +34,7 @@ Bad file path. **可能原因** -该错误码表示文件路径异常,可能原因文件路径错误。 +该错误码表示文件路径异常,可能原因文件路径错误或文件路径下文件已存在。 **处理步骤** -- GitLab