better error handling and slog response

This commit is contained in:
2025-10-29 17:02:12 +01:00
parent f1bb00ef09
commit 05ca5ac787
3 changed files with 27 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
package domains
var (
SQLSTATE_25P02 = "25P02"
SQLSTATE_23505 = "23505"
)