Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Wrap ¶
Wrap takes a slice of errors and returns a single error that encapsulates those underlying errors. If the slice is nil or empty it returns nil. If the slice only contains a single element, that error is returned directly. When more than one error is wrapped, the Error() string is a concatenation of the Error() values of all underlying errors.
func WrapWithSeparator ¶ added in v1.8.0
WrapWithSeparator same as Wrap but uses a custom separator when joining error messages.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.