This is an automated email from the ASF dual-hosted git repository.
machen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 70bac325717 Add draft description for error code document (#20607)
70bac325717 is described below
commit 70bac32571716a0c4d8d9ecba6414312ca33ce99
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Aug 28 10:15:17 2022 +0800
Add draft description for error code document (#20607)
---
docs/document/content/user-manual/error-code/_index.cn.md | 2 ++
docs/document/content/user-manual/error-code/_index.en.md | 2 ++
docs/document/content/user-manual/error-code/sql-error-code.cn.md | 2 ++
docs/document/content/user-manual/error-code/sql-error-code.en.md | 2 ++
4 files changed, 8 insertions(+)
diff --git a/docs/document/content/user-manual/error-code/_index.cn.md
b/docs/document/content/user-manual/error-code/_index.cn.md
index 7df754d0d65..37d3b0745c7 100644
--- a/docs/document/content/user-manual/error-code/_index.cn.md
+++ b/docs/document/content/user-manual/error-code/_index.cn.md
@@ -7,3 +7,5 @@ chapter = true
本章列举 Apache ShardingSphere 错误码。
包含 SQL 错误码和服务器错误码。
+
+**本章节所有内容均为草稿,错误码仍可能调整。**
diff --git a/docs/document/content/user-manual/error-code/_index.en.md
b/docs/document/content/user-manual/error-code/_index.en.md
index 69679143517..f653c7396e6 100644
--- a/docs/document/content/user-manual/error-code/_index.en.md
+++ b/docs/document/content/user-manual/error-code/_index.en.md
@@ -7,3 +7,5 @@ chapter = true
This chapter lists error codes of Apache ShardingSphere.
They include SQL error codes and server error codes.
+
+**All contents of this chapter are draft, the error codes maybe need to
adjust.**
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
index d25be64651e..c23bdeb0fd5 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
@@ -6,6 +6,8 @@ chapter = true
SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,在 SQL 执行错误时返回给客户端。
+**目前内容为草稿,错误码仍可能调整。**
+
| SQL State | Vendor Code | 错误信息 |
| --------- | ----------- | ------ |
| 01000 | 10000 | Circuit break open, the request has been ignored |
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.en.md
b/docs/document/content/user-manual/error-code/sql-error-code.en.md
index 408a00ccacb..dcef20d974a 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.en.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.en.md
@@ -6,6 +6,8 @@ chapter = true
SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`,
which return to client when SQL execute error.
+**the error codes are draft, still need to be adjusted.**
+
| SQL State | Vendor Code | Reason |
| --------- | ----------- | ------ |
| 01000 | 10000 | Circuit break open, the request has been ignored |