Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUniqueViolation = errors.New("unique constraint violation") ErrNotFound = errors.New("record not found") )
Functions ¶
func ParseError ¶
Types ¶
type NotFoundError ¶
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
func (*NotFoundError) Unwrap ¶
func (e *NotFoundError) Unwrap() error
type UniqueConstraintError ¶
func (*UniqueConstraintError) Error ¶
func (e *UniqueConstraintError) Error() string
func (*UniqueConstraintError) Unwrap ¶
func (e *UniqueConstraintError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.