Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateRecord ¶
type DuplicateRecord struct {
Field string
}
func (*DuplicateRecord) Error ¶
func (e *DuplicateRecord) Error() string
type ForeignKeyConstraint ¶
func (*ForeignKeyConstraint) Error ¶
func (e *ForeignKeyConstraint) Error() string
type RecordNotFound ¶
type RecordNotFound struct { }
RecordNotFound represents an error when a record is not found.
func (*RecordNotFound) Error ¶
func (e *RecordNotFound) Error() string
Error implements the error interface for RecordNotFound.
Click to show internal directories.
Click to hide internal directories.