errorx

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrOK         = errors.New("OK")
	ErrConversion = errors.New("Conversion")
	ErrInvalid    = errors.New("Invalid")
	ErrNotFound   = errors.New("NotFound")
	ErrMarshal    = errors.New("Marshal")
	ErrUnmarshal  = errors.New("Unmarshal")
	ErrUnexpected = errors.New("Unexpected")
)
View Source
var (
	Conversion = wrapFunc(ErrConversion)
	Invalid    = wrapFunc(ErrInvalid)
	NotFound   = wrapFunc(ErrNotFound)
	Marshal    = wrapFunc(ErrMarshal)
	Unmarshal  = wrapFunc(ErrUnmarshal)
	Unexpected = wrapFunc(ErrUnexpected)
	OK         = wrapFunc(ErrOK)
)

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