Documentation ¶
Overview ¶
Package multierror contains code to manage multiple errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Union ¶
Union is the logical union of several errors. The Union will appear to be the Root error, except that it will actually be possible to look deeper and see specific sub errors that occurred using errors.As and errors.Is.
func (*Union) AddWithPrefix ¶
AddWithPrefix adds the specified child error to the Union error with the specified prefix before the child error.
Click to show internal directories.
Click to hide internal directories.