2026-01-27 18:44:02 +00:00
|
|
|
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
2026-01-16 14:52:11 +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 PublicreportWaterImageErrors = &publicreportWaterImageErrors{
|
2026-01-16 14:52:11 +00:00
|
|
|
ErrUniquePoolImagePkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-09 18:02:22 +00:00
|
|
|
table: "water_image",
|
|
|
|
|
columns: []string{"image_id", "water_id"},
|
2026-01-16 14:52:11 +00:00
|
|
|
s: "pool_image_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 18:02:22 +00:00
|
|
|
type publicreportWaterImageErrors struct {
|
2026-01-16 14:52:11 +00:00
|
|
|
ErrUniquePoolImagePkey *UniqueConstraintError
|
|
|
|
|
}
|