18 lines
472 B
Go
18 lines
472 B
Go
|
|
// Code generated by BobGen psql v0.0.4-0.20251216163753-8e325b7c773a+dirty. DO NOT EDIT.
|
||
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
||
|
|
|
||
|
|
package dberrors
|
||
|
|
|
||
|
|
var NoteImageErrors = ¬eImageErrors{
|
||
|
|
ErrUniqueNoteImagePkey: &UniqueConstraintError{
|
||
|
|
schema: "",
|
||
|
|
table: "note_image",
|
||
|
|
columns: []string{"version", "uuid"},
|
||
|
|
s: "note_image_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type noteImageErrors struct {
|
||
|
|
ErrUniqueNoteImagePkey *UniqueConstraintError
|
||
|
|
}
|