func github.com/hashicorp/errwrap.GetAll

3 uses

	github.com/hashicorp/errwrap (current package)
		errwrap.go#L63: 	return len(GetAll(err, msg)) > 0
		errwrap.go#L75: 	es := GetAll(err, msg)
		errwrap.go#L96: func GetAll(err error, msg string) []error {