Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
88
func
(w *withGrpcCode) Error() string {
return
w.cause.Error() }
89
90
// it's also a wrapper.
91
func
(w *withGrpcCode) Cause() error {
return
w.cause }
Callers
2
init
Function · 0.45
TestEncodeDecodeStatus
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestEncodeDecodeStatus
Function · 0.36