2026-01-31 22:14:46 +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 PublicreportNuisanceImageOldErrors = &publicreportNuisanceImageOldErrors{
|
2026-01-31 22:14:46 +00:00
|
|
|
ErrUniqueNuisanceImagePkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
2026-03-18 15:36:20 +00:00
|
|
|
table: "nuisance_image_old",
|
2026-01-31 22:14:46 +00:00
|
|
|
columns: []string{"image_id", "nuisance_id"},
|
|
|
|
|
s: "nuisance_image_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-18 15:36:20 +00:00
|
|
|
type publicreportNuisanceImageOldErrors struct {
|
2026-01-31 22:14:46 +00:00
|
|
|
ErrUniqueNuisanceImagePkey *UniqueConstraintError
|
|
|
|
|
}
|