MCPcopy
hub / github.com/grpc/grpc-go / customErrorNilStatus

Struct customErrorNilStatus

status/status_test.go:206–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206type customErrorNilStatus struct {
207}
208
209func (c customErrorNilStatus) Error() string {
210 return "test"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected