Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorGroup ¶
type ErrorGroup struct {
Errors []error
}
ErrorGroup is used to group several errors together
func (*ErrorGroup) Error ¶
func (e *ErrorGroup) Error() string
Error returns all the error messages joined by a new line character