# 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(...)