27 lines
616 B
Go
27 lines
616 B
Go
|
|
// Code generated by BobGen mysql 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 LocationsSwiftErrors = &locationsSwiftErrors{
|
||
|
|
ErrUniquePrimary: &UniqueConstraintError{
|
||
|
|
schema: "",
|
||
|
|
table: "locations_swift",
|
||
|
|
columns: []string{"id"},
|
||
|
|
s: "PRIMARY",
|
||
|
|
},
|
||
|
|
|
||
|
|
ErrUniqueSpaceId: &UniqueConstraintError{
|
||
|
|
schema: "",
|
||
|
|
table: "locations_swift",
|
||
|
|
columns: []string{"space_id"},
|
||
|
|
s: "space_id",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type locationsSwiftErrors struct {
|
||
|
|
ErrUniquePrimary *UniqueConstraintError
|
||
|
|
|
||
|
|
ErrUniqueSpaceId *UniqueConstraintError
|
||
|
|
}
|