2026-02-06 15:39:49 +00:00
|
|
|
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
|
|
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
|
|
|
|
|
|
package dberrors
|
|
|
|
|
|
2026-03-18 15:36:20 +00:00
|
|
|
var PublicreportNotifyEmailNuisanceOldErrors = &publicreportNotifyEmailNuisanceOldErrors{
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyEmailNuisancePkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-18 15:36:20 +00:00
|
|
|
table: "notify_email_nuisance_old",
|
2026-02-06 15:39:49 +00:00
|
|
|
columns: []string{"nuisance_id", "email_address"},
|
|
|
|
|
s: "notify_email_nuisance_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-18 15:36:20 +00:00
|
|
|
type publicreportNotifyEmailNuisanceOldErrors struct {
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyEmailNuisancePkey *UniqueConstraintError
|
|
|
|
|
}
|