feat: more specific presto error messages (#11099)

This commit is contained in:
Erik Ritter
2020-09-29 21:50:58 -07:00
committed by GitHub
parent 94d4d55908
commit fa5dab85c4
5 changed files with 128 additions and 1 deletions

View File

@@ -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',