27 lines
601 B
Go
27 lines
601 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 LocationsS3Errors = &locationsS3Errors{
|
|
ErrUniquePrimary: &UniqueConstraintError{
|
|
schema: "",
|
|
table: "locations_s3",
|
|
columns: []string{"id"},
|
|
s: "PRIMARY",
|
|
},
|
|
|
|
ErrUniqueSpaceId: &UniqueConstraintError{
|
|
schema: "",
|
|
table: "locations_s3",
|
|
columns: []string{"space_id"},
|
|
s: "space_id",
|
|
},
|
|
}
|
|
|
|
type locationsS3Errors struct {
|
|
ErrUniquePrimary *UniqueConstraintError
|
|
|
|
ErrUniqueSpaceId *UniqueConstraintError
|
|
}
|