2026-01-08 15:00:30 +00:00
|
|
|
// Code generated by BobGen psql v0.0.4-0.20260105020634-53e08d840e47+dirty. DO NOT EDIT.
|
|
|
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
|
|
|
|
|
|
package dberrors
|
|
|
|
|
|
|
|
|
|
var PublicreportQuickErrors = &publicreportQuickErrors{
|
|
|
|
|
ErrUniqueQuickPkey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
|
|
|
|
table: "quick",
|
|
|
|
|
columns: []string{"id"},
|
|
|
|
|
s: "quick_pkey",
|
|
|
|
|
},
|
2026-01-08 15:34:48 +00:00
|
|
|
|
|
|
|
|
ErrUniqueQuickPublicIdKey: &UniqueConstraintError{
|
|
|
|
|
schema: "publicreport",
|
|
|
|
|
table: "quick",
|
|
|
|
|
columns: []string{"public_id"},
|
|
|
|
|
s: "quick_public_id_key",
|
|
|
|
|
},
|
2026-01-08 15:00:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type publicreportQuickErrors struct {
|
|
|
|
|
ErrUniqueQuickPkey *UniqueConstraintError
|
2026-01-08 15:34:48 +00:00
|
|
|
|
|
|
|
|
ErrUniqueQuickPublicIdKey *UniqueConstraintError
|
2026-01-08 15:00:30 +00:00
|
|
|
}
|