2026-03-06 21:13:32 +00:00
|
|
|
// 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 TileCachedImageErrors = &tileCachedImageErrors{
|
2026-03-11 17:01:47 +00:00
|
|
|
ErrUniqueCachedImagePkey: &UniqueConstraintError{
|
2026-03-06 21:13:32 +00:00
|
|
|
schema: "tile",
|
|
|
|
|
table: "cached_image",
|
2026-04-17 17:47:38 +00:00
|
|
|
columns: []string{"service_id", "x", "y", "z"},
|
2026-03-11 17:01:47 +00:00
|
|
|
s: "cached_image_pkey",
|
2026-03-06 21:13:32 +00:00
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type tileCachedImageErrors struct {
|
2026-03-11 17:01:47 +00:00
|
|
|
ErrUniqueCachedImagePkey *UniqueConstraintError
|
2026-03-06 21:13:32 +00:00
|
|
|
}
|