18 lines
500 B
Go
18 lines
500 B
Go
|
|
// Code generated by BobGen psql v0.42.0. DO NOT EDIT.
|
||
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
||
|
|
|
||
|
|
package dberrors
|
||
|
|
|
||
|
|
var FieldseekerTreatmentareaErrors = &fieldseekerTreatmentareaErrors{
|
||
|
|
ErrUniqueTreatmentareaPkey: &UniqueConstraintError{
|
||
|
|
schema: "fieldseeker",
|
||
|
|
table: "treatmentarea",
|
||
|
|
columns: []string{"objectid"},
|
||
|
|
s: "treatmentarea_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type fieldseekerTreatmentareaErrors struct {
|
||
|
|
ErrUniqueTreatmentareaPkey *UniqueConstraintError
|
||
|
|
}
|