// 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 CommsTextLogErrors = &commsTextLogErrors{ ErrUniqueTextLogPkey: &UniqueConstraintError{ schema: "comms", table: "text_log", columns: []string{"id"}, s: "text_log_pkey", }, ErrUniqueTextLogTwilioSidKey: &UniqueConstraintError{ schema: "comms", table: "text_log", columns: []string{"twilio_sid"}, s: "text_log_twilio_sid_key", }, } type commsTextLogErrors struct { ErrUniqueTextLogPkey *UniqueConstraintError ErrUniqueTextLogTwilioSidKey *UniqueConstraintError }