diff --git a/finder/tagged.go b/finder/tagged.go index dbb8bebfa..a41aafc27 100644 --- a/finder/tagged.go +++ b/finder/tagged.go @@ -20,7 +20,7 @@ import ( var ( // ErrEmptyArgs = errors.New("empty arguments") - ErrCostlySeriesByTag = errs.NewErrorWithCode("seriesByTag argument is too costly", http.StatusForbidden) + ErrCostlySeriesByTag = errs.NewErrorWithCode("seriesByTag argument has too much wildcard and regex terms", http.StatusForbidden) ) type TaggedTermOp int