MCPcopy 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
230func (s *StorageError) Error() string { return s.cause.Error() }
231func (s *StorageError) Cause() error { return s.cause }
232func (s *StorageError) Unwrap() error { return s.cause }
233

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected