Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ Error
Method
Error
pkg/api/queryapi/util.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(e *apiError) Error() string {
63
return
fmt.Sprintf(
"%s: %s"
, e.typ, e.err)
64
}
65
66
func
returnAPIError(err error) *apiError {
67
if
err == nil {
Callers
15
convertUser
Method · 0.45
Start
Method · 0.45
Start
Method · 0.45
TestCompareMatrix
Function · 0.45
TestCompareVector
Function · 0.45
TestCompareScalar
Function · 0.45
TestCompareSamplesResponse
Function · 0.45
compareMatrix
Function · 0.45
ServeHTTP
Method · 0.45
executeBackendRequests
Method · 0.45
generateJSONSchemaMain
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestCompareMatrix
Function · 0.36
TestCompareVector
Function · 0.36
TestCompareScalar
Function · 0.36
TestCompareSamplesResponse
Function · 0.36
TestQuerierWithBlocksStorageOnMissingBlocksFromStorage
Function · 0.36
TestQueryLimitsWithBlocksStorageRunningInMicroServices
Function · 0.36
Test_VerifyComponentsAreSuccessfullyStarted_WithRuntimeConfigLoad
Function · 0.36
runQueryFrontendTest
Function · 0.36
TestQueryFrontendNoRetryChunkPool
Function · 0.36
TestRulerAPI
Function · 0.36
TestAlertmanagerStoreAPI
Function · 0.36
testMetadataQueryParams
Function · 0.36