MCPcopy Create free account
hub / github.com/rilldata/rill / Error

Method Error

runtime/parser/parser.go:1185–1187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1183}
1184
1185func (e externalError) Error() string {
1186 return e.err.Error()
1187}
1188
1189func (e externalError) Unwrap() error {
1190 return e.err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected