Documentation
¶
Overview ¶
Package aggregaterr provides an error type storing multiple errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // Prefix is used in the error message before any of the // aggregated errors. Prefix string // Errors are used in the error message by concatenating their // message. Errors []error }
Error allows returning several errors while satisfying the error interface.
Click to show internal directories.
Click to hide internal directories.