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

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3bf7018a5 [Hotfix][Docs] Add the lost error codes in docs (#4275)
3bf7018a5 is described below

commit 3bf7018a5f1a2be3c69a710da450b265b74a58e9
Author: Tyrantlucifer <[email protected]>
AuthorDate: Sun Mar 5 16:19:14 2023 +0800

    [Hotfix][Docs] Add the lost error codes in docs (#4275)
---
 docs/en/connector-v2/Error-Quick-Reference-Manual.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/en/connector-v2/Error-Quick-Reference-Manual.md 
b/docs/en/connector-v2/Error-Quick-Reference-Manual.md
index 8ba3120f0..e18167362 100644
--- a/docs/en/connector-v2/Error-Quick-Reference-Manual.md
+++ b/docs/en/connector-v2/Error-Quick-Reference-Manual.md
@@ -13,6 +13,8 @@ problems encountered by users.
 | API-04 | Database not existed               | When users encounter this 
error code, it is usually because the database that you want to access is not 
existed, please double check the database exists                                
       |
 | API-05 | Table not existed                  | When users encounter this 
error code, it is usually because the table that you want to access is not 
existed, please double check the table exists                                   
          |
 | API-06 | Factory initialize failed          | When users encounter this 
error code, it is usually because there is a problem with the jar package 
dependency, please check whether your local SeaTunnel installation package is 
complete     |
+| API-07 | Database already existed           | When users encounter this 
error code, it means that the database you want to create has already existed, 
please delete database and try again                                            
      |
+| API-08 | Table already existed              | When users encounter this 
error code, it means that the table you want to create has already existed, 
please delete table and try again                                               
         |
 
 ## SeaTunnel Common Error Codes
 

Reply via email to