MCPcopy
hub / github.com/grafana/tempo / newUnsupportedError

Function newUnsupportedError

pkg/traceql/ast_validate.go:13–15  ·  view source on GitHub ↗
(feature string)

Source from the content-addressed store, hash-verified

11}
12
13func newUnsupportedError(feature string) *unsupportedError {
14 return &unsupportedError{feature: feature}
15}
16
17func (e *unsupportedError) Error() string {
18 return e.feature + " not yet supported"

Callers 6

validateMethod · 0.85
validateMethod · 0.85
validateMethod · 0.85
validateMethod · 0.85
validateMethod · 0.85
validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected