Documentation
¶
Overview ¶
Package multierror contains a Multierror for combining multiple errors and compiling with errors.Is
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiError ¶
type MultiError []error
MultiError is a collection of errors combined and treated as one
func (MultiError) Error ¶
func (me MultiError) Error() string
Error returns combined error.Error output by \n
func (MultiError) Is ¶
func (me MultiError) Is(target error) bool
Is a target error, complies with errors.Is
Click to show internal directories.
Click to hide internal directories.