Categorygithub.com/cloudokyo/errors
repositorypackage
0.0.1
Repository: https://github.com/cloudokyo/errors.git
Documentation: pkg.go.dev

# README

Errors

Provides the common errors functions, including go buildin errors and other extend functions

Usage

errors.Is(...)
errors.As(...)
errors.New(...)
errors.Wrap(...)
errors.Wrapf(...)
errors.Unwrap(...)
errors.Errorf(...)
errors.Cause(...)
errors.ToJSON(...)
errors.ToString(...)
errors.ToCustomJSON(...)
errors.ToCustomString(...)
errors.IsNotFound(...)
errors.IgnoreNotFound(...)
errors.Print(...)
errors.PrintStack(...)
errors.Join(...)