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 PublicreportNotifyPhoneWaterErrors = &publicreportNotifyPhoneWaterErrors{
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyPhonePoolPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-09 18:02:22 +00:00
|
|
|
table: "notify_phone_water",
|
|
|
|
|
columns: []string{"water_id", "phone_e164"},
|
2026-02-06 15:39:49 +00:00
|
|
|
s: "notify_phone_pool_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 18:02:22 +00:00
|
|
|
type publicreportNotifyPhoneWaterErrors struct {
|
2026-02-06 15:39:49 +00:00
|
|
|
ErrUniqueNotifyPhonePoolPkey *UniqueConstraintError
|
|
|
|
|
}
|