# Functions
No description provided by the author
Errorf is a function like xerrors.Errorf.
FormatError is intended to be used as follows:
func (e *customError) Format(s fmt.State, verb rune) { errorz.FormatError(s, verb, e.Unwrap()) }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewErrorf returns a function like xerrors.Errorf.
No description provided by the author
WithCallerSkip returns an ErrorfOption that sets the number of stack frames to skip.
No description provided by the author
# Interfaces
No description provided by the author