// 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 DistrictSubscriptionEmailErrors = &districtSubscriptionEmailErrors{ ErrUniqueDistrictSubscriptionEmailPkey: &UniqueConstraintError{ schema: "", table: "district_subscription_email", columns: []string{"organization_id", "email_contact_address"}, s: "district_subscription_email_pkey", }, } type districtSubscriptionEmailErrors struct { ErrUniqueDistrictSubscriptionEmailPkey *UniqueConstraintError }