This repository was archived by the owner on Nov 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ var ErrDatabaseFieldNotFound = errorType(3002, "Field not found in database.")
102102var ErrDatabaseConnectionError = errorType (3003 , "Error connecting to the database. Check your connection settings." )
103103var ErrDatabaseQueryError = errorType (3004 , "Error executing query in database." )
104104var ErrDatabaseAuthenticationError = errorType (3005 , "Error authenticating with database. Check your connection settings." )
105- var ErrDatabaseOtherError = errorType (3006 , "Unspecified database error ." )
105+ var ErrDatabaseOtherError = errorType (3006 , "Database query has failed. You may get more details in the Quesma console ." )
106106var ErrDatabaseInvalidProtocol = errorType (3007 , "Invalid database protocol. Check your connection settings. " )
107107var ErrDatabaseTLS = errorType (3008 , "Error establishing TLS connection with database. Check your connection settings." )
108108var ErrDatabaseTLSVerify = errorType (3009 , "Error verifying TLS certificate with database. Check your connection settings." )
You can’t perform that action at this time.
0 commit comments