Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2020 Changes in this version + var MultiErrorPrefix = "Multiple errors occured:\n" + func As(err error, target interface{}) bool + func Errorf(format string, args ...interface{}) error + func Is(err, target error) bool + func IsMultiError(err error) bool + func New(text string) error + func NewMultiError(errors ...error) error + func Newf(format string, args ...interface{}) error + func Unwrap(err error) error + type MultiError struct + Errors []error + func (e *MultiError) Error() string