Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiError ¶
MultiError represents aggregated errors, contained in a map.
func New ¶
func New(errs map[string]error) MultiError
New returns an error aggregate using the given map.
func (MultiError) Error ¶
func (e MultiError) Error() string
Click to show internal directories.
Click to hide internal directories.