Documentation ¶ Index ¶ func As(err error, target interface{}) bool func Combine(errs ...error) error func Is(err, target error) bool func New(msg string) error func Unwrap(err error) error type Builder func (b Builder) Build() error func (b *Builder) WithError(err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func As ¶ func As(err error, target interface{}) bool func Combine ¶ func Combine(errs ...error) error func Is ¶ func Is(err, target error) bool func New ¶ func New(msg string) error func Unwrap ¶ func Unwrap(err error) error Types ¶ type Builder ¶ type Builder []error func (Builder) Build ¶ func (b Builder) Build() error func (*Builder) WithError ¶ func (b *Builder) WithError(err error) Source Files ¶ View all Source files builder.gocombine.goimport.go Click to show internal directories. Click to hide internal directories.