Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
func
(e errorTranslateSeriesSet) Err() error {
189
return
e.fn(e.s.Err())
190
}
191
192
func
(e errorTranslateSeriesSet) Warnings() annotations.Annotations {
193
return
e.s.Warnings()
Callers
nothing calls this directly
Calls
1
Err
Method · 0.65
Tested by
no test coverage detected