Documentation ¶
Overview ¶
Package errz is sq's error package. It exists to combine functionality from several error packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Append = multierr.Append
Append is documented by multierr.Append.
View Source
var Cause = errors.Cause
Cause is documented by pkg/errors.Cause.
View Source
var Combine = multierr.Combine
Combine is documented by multierr.Combine.
View Source
var Err = errors.WithStack
Err is documented by pkg/errors.WithStack.
View Source
var Errorf = errors.Errorf
Errorf is documented by pkg/errors.Errorf.
View Source
var Errors = multierr.Errors
Errors is documented by multierr.Errors.
View Source
var New = errors.New
New is documented by pkg/errors.New.
View Source
var Wrap = errors.Wrap
Wrap is documented by pkg/errors.Wrap.
View Source
var Wrapf = errors.Wrapf
Wrapf is documented by pkg/errors.Wrapf.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.