Documentation
¶
Overview ¶
multierror is a simple Go package for combining multiple errors together.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiError ¶
type MultiError struct {
Errors Errors
}
The MultiError type implements the error interface, and contains the Errors used to construct it.
func (*MultiError) Error ¶
func (m *MultiError) Error() string
Returns a concatenated string of the contained errors
Click to show internal directories.
Click to hide internal directories.