2026-01-27 18:44:02 +00:00
|
|
|
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
2026-01-20 17:10:22 +00:00
|
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
|
|
|
|
|
|
package dberrors
|
|
|
|
|
|
2026-01-23 20:36:16 +00:00
|
|
|
var CommsEmailContactErrors = &commsEmailContactErrors{
|
2026-01-20 17:10:22 +00:00
|
|
|
ErrUniqueEmailPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "comms",
|
2026-01-23 20:36:16 +00:00
|
|
|
table: "email_contact",
|
2026-01-20 17:10:22 +00:00
|
|
|
columns: []string{"address"},
|
|
|
|
|
s: "email_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-23 20:36:16 +00:00
|
|
|
type commsEmailContactErrors struct {
|
2026-01-20 17:10:22 +00:00
|
|
|
ErrUniqueEmailPkey *UniqueConstraintError
|
|
|
|
|
}
|