MCPcopy
hub / github.com/grafana/dskit / DoNotLogError

Struct DoNotLogError

middleware/grpc_logging.go:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type DoNotLogError struct{ Err error }
38
39func (i DoNotLogError) Error() string { return i.Err.Error() }
40func (i DoNotLogError) Unwrap() error { return i.Err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected