func As()

in internal/errors/errors.go [50:52]


func As(err error, target interface{}) bool {
	return errors.As(err, target)
}