MCPcopy Create free account
hub / github.com/prometheus/prometheus / Err

Method Err

storage/interface.go:538–538  ·  view source on GitHub ↗

Err returns the error that iteration has failed with. When an error occurs, set cannot continue to iterate.

()

Source from the content-addressed store, hash-verified

536 // Err returns the error that iteration has failed with.
537 // When an error occurs, set cannot continue to iterate.
538 Err() error
539 // Warnings returns a collection of warnings for the whole set.
540 // Warnings could be return even iteration has not failed with error.
541 Warnings() annotations.Annotations

Callers 15

dumpTSDBDataFunction · 0.95
seriesMethod · 0.95
ErrMethod · 0.65
newGenericMergeSeriesSetFunction · 0.65
ErrMethod · 0.65
SeekMethod · 0.65
NextMethod · 0.65
ErrMethod · 0.65
NextMethod · 0.65
ErrMethod · 0.65
NextMethod · 0.65
ErrMethod · 0.65

Implementers 15

mockSeriesSettsdb/querier_test.go
mockChunkSeriesSettsdb/querier_test.go
emptySearchResultSetstorage/interface.go
errSearchResultSetstorage/interface.go
testSeriesSetstorage/interface.go
errSeriesSetstorage/interface.go
errChunkSeriesSetstorage/interface.go
noopSeriesSetstorage/noop.go
noopChunkedSeriesSetstorage/noop.go
genericMergeSeriesSetstorage/merge.go
mockSeriesSetstorage/merge_test.go
mockChunkSeriesSetstorage/merge_test.go

Calls

no outgoing calls