nidus-sync/db/dberrors/publicreport.report.bob.go

27 lines
676 B
Go
Raw Normal View History

// 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
var PublicreportReportErrors = &publicreportReportErrors{
ErrUniqueReportPkey: &UniqueConstraintError{
schema: "publicreport",
table: "report",
columns: []string{"id"},
s: "report_pkey",
},
ErrUniqueReportPublicIdKey: &UniqueConstraintError{
schema: "publicreport",
table: "report",
columns: []string{"public_id"},
s: "report_public_id_key",
},
}
type publicreportReportErrors struct {
ErrUniqueReportPkey *UniqueConstraintError
ErrUniqueReportPublicIdKey *UniqueConstraintError
}