Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AllDetails = tozd.AllDetails As = tozd.As Base = tozd.Base BaseWrap = tozd.BaseWrap BaseWrapf = tozd.BaseWrapf Basef = tozd.Basef Cause = tozd.Cause Details = tozd.Details Errorf = tozd.Errorf Is = tozd.Is Join = tozd.Join New = tozd.New Prefix = tozd.Prefix Unjoin = tozd.Unjoin Unwrap = tozd.Unwrap WithDetails = tozd.WithDetails WithMessage = tozd.WithMessage WithMessagef = tozd.WithMessagef WithStack = tozd.WithStack Wrap = tozd.Wrap WrapWith = tozd.WrapWith Wrapf = tozd.Wrapf )
We simply import the interesting symbols that we want from our given error handling package.
In this case, the error handling package we use is gitlab.com/tozd/go/errors
Functions ¶
This section is empty.
Types ¶
type UnwrapperJoined ¶
type UnwrapperJoined interface {
Unwrap() []error
}
Joined error unwrap interface.
Click to show internal directories.
Click to hide internal directories.