mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
feat: more specific presto error messages (#11099)
This commit is contained in:
@@ -26,6 +26,8 @@ export const ErrorTypeEnum = {
|
||||
|
||||
// DB Engine errors
|
||||
GENERIC_DB_ENGINE_ERROR: 'GENERIC_DB_ENGINE_ERROR',
|
||||
COLUMN_DOES_NOT_EXIST_ERROR: 'COLUMN_DOES_NOT_EXIST_ERROR',
|
||||
TABLE_DOES_NOT_EXIST_ERROR: 'TABLE_DOES_NOT_EXIST_ERROR',
|
||||
|
||||
// Viz errors
|
||||
VIZ_GET_DF_ERROR: 'VIZ_GET_DF_ERROR',
|
||||
|
||||
Reference in New Issue
Block a user