You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/21 05:38:58 UTC

[iotdb] branch master updated: Fix a document typo about status code 503 (#8067)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new de1d96aa36 Fix a document typo about status code 503 (#8067)
de1d96aa36 is described below

commit de1d96aa366bf437731988fcb76afbe32df5d6db
Author: 橘子 <70...@users.noreply.github.com>
AuthorDate: Sun Nov 20 21:38:53 2022 -0800

    Fix a document typo about status code 503 (#8067)
---
 docs/UserGuide/API/Status-Codes.md    | 2 +-
 docs/zh/UserGuide/API/Status-Codes.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UserGuide/API/Status-Codes.md b/docs/UserGuide/API/Status-Codes.md
index 439c230159..d2c5b1b543 100644
--- a/docs/UserGuide/API/Status-Codes.md
+++ b/docs/UserGuide/API/Status-Codes.md
@@ -59,7 +59,7 @@ Here is a list of Status Code and related message:
 |500|DATABASE_NOT_EXIST|Database does not exist|
 |501|DATABASE_ALREADY_EXISTS|Database already exist|
 |502|SERIES_OVERFLOW|Series number exceeds the threshold|
-|503|TIMESERIES_ALREADY_EXIST|Timeseries number exceeds the threshold|
+|503|TIMESERIES_ALREADY_EXIST|Timeseries already exists|
 |504|TIMESERIES_IN_BLACK_LIST|Timeseries is being deleted|
 |505|ALIAS_ALREADY_EXIST|Alias already exists|
 |506|PATH_ALREADY_EXIST|Path already exists|
diff --git a/docs/zh/UserGuide/API/Status-Codes.md b/docs/zh/UserGuide/API/Status-Codes.md
index eab57eb067..97a5d5a509 100644
--- a/docs/zh/UserGuide/API/Status-Codes.md
+++ b/docs/zh/UserGuide/API/Status-Codes.md
@@ -60,7 +60,7 @@ try {
 |500|DATABASE_NOT_EXIST|数据库不存在|
 |501|DATABASE_ALREADY_EXISTS|数据库已存在|
 |502|SERIES_OVERFLOW|序列数量超过阈值|
-|503|TIMESERIES_ALREADY_EXIST|序列数量超过阈值|
+|503|TIMESERIES_ALREADY_EXIST|时间序列已存在|
 |504|TIMESERIES_IN_BLACK_LIST|时间序列正在删除|
 |505|ALIAS_ALREADY_EXIST|路径别名已经存在|
 |506|PATH_ALREADY_EXIST|路径已经存在|