errors

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrDBConnectingFailed base error when theres a DB connecting error
	ErrDBConnectingFailed = fmt.Errorf("fail to make database connection")

	//ErrUserContextKeyMissing base error if required user context is missing
	ErrUserContextKeyMissing = fmt.Errorf("user identification not in context")

	// ErrStringDataTooLong base error when required data value is too long for db column to insert
	ErrStringDataTooLong = fmt.Errorf("string data too long")
)

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