Skip to content

Commit

Permalink
The error message should suggest a action (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
nablaone authored Dec 6, 2024
1 parent abccced commit 80380ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/end_user_errors/end_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var ErrDatabaseFieldNotFound = errorType(3002, "Field not found in database.")
var ErrDatabaseConnectionError = errorType(3003, "Error connecting to the database. Check your connection settings.")
var ErrDatabaseQueryError = errorType(3004, "Error executing query in database.")
var ErrDatabaseAuthenticationError = errorType(3005, "Error authenticating with database. Check your connection settings.")
var ErrDatabaseOtherError = errorType(3006, "Unspecified database error.")
var ErrDatabaseOtherError = errorType(3006, "Database query has failed. You may get more details in the Quesma console.")
var ErrDatabaseInvalidProtocol = errorType(3007, "Invalid database protocol. Check your connection settings. ")
var ErrDatabaseTLS = errorType(3008, "Error establishing TLS connection with database. Check your connection settings.")
var ErrDatabaseTLSVerify = errorType(3009, "Error verifying TLS certificate with database. Check your connection settings.")

0 comments on commit 80380ff

Please sign in to comment.