dberr

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2021 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrIDExists error means a record with the specified id already exists in the table.
	ErrIDExists = errors.New("hare: record with that id already exists")

	// ErrNoRecord error means no record with the specified id was not found.
	ErrNoRecord = errors.New("hare: no record with that id found")

	// ErrNoTable error means a table that the specified name does not exist.
	ErrNoTable = errors.New("hare: table with that name does not exist")

	// ErrTableExists error means a table with the specified name already exists in the database.
	ErrTableExists = errors.New("hare: table with that name already exists")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL