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
|
|
|
|
|
|
|
|
|
|
var PublicreportImageExifErrors = &publicreportImageExifErrors{
|
|
|
|
|
ErrUniqueImageExifPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
|
|
|
|
table: "image_exif",
|
|
|
|
|
columns: []string{"image_id", "name", "value"},
|
|
|
|
|
s: "image_exif_pkey",
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type publicreportImageExifErrors struct {
|
|
|
|
|
ErrUniqueImageExifPkey *UniqueConstraintError
|
|
|
|
|
}
|