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-09 18:02:22 +00:00
|
|
|
var PublicreportNotifyEmailWaterErrors = &publicreportNotifyEmailWaterErrors{
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyEmailPoolPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-09 18:02:22 +00:00
|
|
|
table: "notify_email_water",
|
|
|
|
|
columns: []string{"water_id", "email_address"},
|
2026-02-06 15:39:49 +00:00
|
|
|
s: "notify_email_pool_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 18:02:22 +00:00
|
|
|
type publicreportNotifyEmailWaterErrors struct {
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyEmailPoolPkey *UniqueConstraintError
|
|
|
|
|
}
|