MCPcopy Create free account
hub / github.com/cortexproject/cortex / Err

Method Err

pkg/querier/error_translate_queryable.go:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (e errorTranslateSeriesSet) Err() error {
189 return e.fn(e.s.Err())
190}
191
192func (e errorTranslateSeriesSet) Warnings() annotations.Annotations {
193 return e.s.Warnings()

Callers

nothing calls this directly

Calls 1

ErrMethod · 0.65

Tested by

no test coverage detected