exception

package
v0.3.92 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotImplemented = errors.New("not implemented")
	ErrConfigNotFound = errors.New("config file not found")
	ErrConfigDecoding = func(err error) error { return fmt.Errorf("config decoding failed: %s", err.Error()) }

	ErrEmailAlreadyUsed       = errors.New("email already used")
	ErrEmailOrPasswordInvalid = errors.New("email or password invalid")
	ErrInvalidCredentials     = errors.New("invalid credentials")

	ErrTokenGenerationFail = errors.New("token generation fail")
	ErrInvalidPolicyData   = errors.New("invalid policy data")
	ErrDeleteRoleWithUsers = errors.New("can't delete role with some users")

	ErrNilPointerDeref = errors.New("nil pointer dereference")
	ErrGetOfNoValue    = errors.New("get of no value")
	ErrNoDatabaseFound = errors.New("no database found")

	ErrNoValuePresent = errors.New("no value present")
)

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