MCPcopy
hub / github.com/uber/aresdb / ReportError

Method ReportError

api/query_handler.go:303–303  ·  view source on GitHub ↗
(queryIndex int, table string, err error, statusCode int)

Source from the content-addressed store, hash-verified

301// QueryResponseWriter defines the interface to write query result and error to final response.
302type QueryResponseWriter interface {
303 ReportError(queryIndex int, table string, err error, statusCode int)
304 ReportQueryContext(*query.AQLQueryContext)
305 ReportResult(int, *query.AQLQueryContext)
306 Respond(w http.ResponseWriter)

Callers 15

handleAQLInternalMethod · 0.95
StatementMethod · 0.65
QueryMethod · 0.65
WithMethod · 0.65
QueryNoWithMethod · 0.65
queryTermMethod · 0.65
QueryPrimaryMethod · 0.65
SortItemMethod · 0.65
QuerySpecificationMethod · 0.65
GroupByMethod · 0.65
GroupingElementMethod · 0.65
GroupingExpressionsMethod · 0.65

Implementers 2

JSONQueryResponseWriterapi/query_handler.go
HLLQueryResponseWriterapi/query_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected