MCPcopy Index your code
hub / github.com/cockroachdb/errors / Error

Method Error

extgrpc/ext_grpc.go:88–88  ·  view source on GitHub ↗

it's an error.

()

Source from the content-addressed store, hash-verified

86
87// it's an error.
88func (w *withGrpcCode) Error() string { return w.cause.Error() }
89
90// it's also a wrapper.
91func (w *withGrpcCode) Cause() error { return w.cause }

Callers 2

initFunction · 0.45
TestEncodeDecodeStatusFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestEncodeDecodeStatusFunction · 0.36