func github.com/hashicorp/errwrap.GetAllType

3 uses

	github.com/hashicorp/errwrap (current package)
		errwrap.go#L70: 	return len(GetAllType(err, v)) > 0
		errwrap.go#L85: 	es := GetAllType(err, v)
		errwrap.go#L111: func GetAllType(err error, v interface{}) []error {