MCPcopy 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
62func (e *apiError) Error() string {
63 return fmt.Sprintf("%s: %s", e.typ, e.err)
64}
65
66func returnAPIError(err error) *apiError {
67 if err == nil {

Callers 15

convertUserMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45
TestCompareMatrixFunction · 0.45
TestCompareVectorFunction · 0.45
TestCompareScalarFunction · 0.45
compareMatrixFunction · 0.45
ServeHTTPMethod · 0.45
generateJSONSchemaMainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls