2026-01-27 18:44:02 +00:00
|
|
|
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
2026-01-09 19:43:19 +00:00
|
|
|
// 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 PublicreportWaterErrors = &publicreportWaterErrors{
|
2026-01-09 19:43:19 +00:00
|
|
|
ErrUniquePoolPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-09 18:02:22 +00:00
|
|
|
table: "water",
|
2026-01-09 19:43:19 +00:00
|
|
|
columns: []string{"id"},
|
|
|
|
|
s: "pool_pkey",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
ErrUniquePoolPublicIdKey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-09 18:02:22 +00:00
|
|
|
table: "water",
|
2026-01-09 19:43:19 +00:00
|
|
|
columns: []string{"public_id"},
|
|
|
|
|
s: "pool_public_id_key",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 18:02:22 +00:00
|
|
|
type publicreportWaterErrors struct {
|
2026-01-09 19:43:19 +00:00
|
|
|
ErrUniquePoolPkey *UniqueConstraintError
|
|
|
|
|
|
|
|
|
|
ErrUniquePoolPublicIdKey *UniqueConstraintError
|
|
|
|
|
}
|