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

Method Error

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

Source from the content-addressed store, hash-verified

279)
280
281func (e *internalError) Error() string { return e.cause.Error() }
282func (e *internalError) Cause() error { return e.cause }
283func (e *internalError) Unwrap() error { return e.Cause() }
284

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected