nidus-sync/db/dberrors/arcgis.account.bob.go

17 lines
432 B
Go

// 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 ArcgisAccountErrors = &arcgisAccountErrors{
ErrUniqueAccountPkey: &UniqueConstraintError{
schema: "arcgis",
table: "account",
columns: []string{"id"},
s: "account_pkey",
},
}
type arcgisAccountErrors struct {
ErrUniqueAccountPkey *UniqueConstraintError
}