import "github.com/prometheus/tsdb/errors"
The MultiError type implements the error interface, and contains the Errors used to construct it.
func (es *MultiError) Add(err error)
Add adds the error to the error list if it is not nil.
func (es MultiError) Err() error
Err returns the error list as an error or nil if it is empty.
func (es MultiError) Error() string
Returns a concatenated string of the contained errors
Package errors imports 2 packages (graph) and is imported by 13 packages. Updated 2019-03-19. Refresh now. Tools for package owners.