2026-01-20 17:10:22 +00:00
|
|
|
// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
|
|
|
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
|
|
|
|
|
|
package dberrors
|
|
|
|
|
|
2026-01-21 03:30:03 +00:00
|
|
|
var CommsTextLogErrors = &commsTextLogErrors{
|
|
|
|
|
ErrUniqueTextLogPkey: &UniqueConstraintError{
|
2026-01-20 17:10:22 +00:00
|
|
|
schema: "comms",
|
2026-01-21 03:30:03 +00:00
|
|
|
table: "text_log",
|
2026-01-25 18:47:22 +00:00
|
|
|
columns: []string{"id"},
|
2026-01-21 03:30:03 +00:00
|
|
|
s: "text_log_pkey",
|
2026-01-20 17:10:22 +00:00
|
|
|
},
|
2026-01-27 14:29:55 +00:00
|
|
|
|
|
|
|
|
ErrUniqueTextLogTwilioSidKey: &UniqueConstraintError{
|
|
|
|
|
schema: "comms",
|
|
|
|
|
table: "text_log",
|
|
|
|
|
columns: []string{"twilio_sid"},
|
|
|
|
|
s: "text_log_twilio_sid_key",
|
|
|
|
|
},
|
2026-01-20 17:10:22 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-21 03:30:03 +00:00
|
|
|
type commsTextLogErrors struct {
|
|
|
|
|
ErrUniqueTextLogPkey *UniqueConstraintError
|
2026-01-27 14:29:55 +00:00
|
|
|
|
|
|
|
|
ErrUniqueTextLogTwilioSidKey *UniqueConstraintError
|
2026-01-20 17:10:22 +00:00
|
|
|
}
|