Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Error
Method
Error
pkg/sql/colexecerror/error.go:230–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
func
(s *StorageError) Error() string {
return
s.cause.Error() }
231
func
(s *StorageError) Cause() error {
return
s.cause }
232
func
(s *StorageError) Unwrap() error {
return
s.cause }
233
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected