MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Error

Method Error

pkg/sql/colexecerror/error.go:257–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255)
256
257func (e *notInternalError) Error() string { return e.cause.Error() }
258func (e *notInternalError) Cause() error { return e.cause }
259func (e *notInternalError) Unwrap() error { return e.Cause() }
260

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected