feat: invalid password error message (Postgres) (#14038)

This commit is contained in:
Beto Dealmeida
2021-04-12 14:03:21 -07:00
committed by GitHub
parent c563ea091e
commit 786dadc836
5 changed files with 39 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ export const ErrorTypeEnum = {
TABLE_DOES_NOT_EXIST_ERROR: 'TABLE_DOES_NOT_EXIST_ERROR',
TEST_CONNECTION_INVALID_USERNAME_ERROR:
'TEST_CONNECTION_INVALID_USERNAME_ERROR',
TEST_CONNECTION_INVALID_PASSWORD_ERROR:
'TEST_CONNECTION_INVALID_PASSWORD_ERROR',
TEST_CONNECTION_INVALID_HOSTNAME_ERROR:
'TEST_CONNECTION_INVALID_HOSTNAME_ERROR',
TEST_CONNECTION_PORT_CLOSED_ERROR: 'TEST_CONNECTION_PORT_CLOSED_ERROR',