nidus-sync/db/dberrors/district_subscription_phone.bob.go

18 lines
565 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 DistrictSubscriptionPhoneErrors = &districtSubscriptionPhoneErrors{
ErrUniqueDistrictSubscriptionPhonePkey: &UniqueConstraintError{
schema: "",
table: "district_subscription_phone",
columns: []string{"organization_id", "phone_e164"},
s: "district_subscription_phone_pkey",
},
}
type districtSubscriptionPhoneErrors struct {
ErrUniqueDistrictSubscriptionPhonePkey *UniqueConstraintError
}