kyuubi/docs/sql_state_code.md
2018-03-29 15:29:27 +08:00

8 lines
354 B
Markdown

|SQL State|Condition|Vendor Code|Type|
|:---:|:---|:---:|:---:|
|ServerError| internal error | 1000 | Kyuubi |
|08S01|SQL client unable to establish SQL connection | 1001| |
|ParseException|failed parsing sql statement|2000|Spark|
|AnalysisException|failed analysing sql statement|2001||
|HiveAccessControlException| failed privilege checking|3000|Hive|