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

Method Error

runtime/server/server.go:456–456  ·  view source on GitHub ↗

Error and Unwrap implement the error interface and allow errors.Is and errors.As to work with traceError.

()

Source from the content-addressed store, hash-verified

454
455// Error and Unwrap implement the error interface and allow errors.Is and errors.As to work with traceError.
456func (e *traceError) Error() string { return e.err.Error() }
457func (e *traceError) Unwrap() error { return e.err }
458
459// withTrace wraps an error with trace data if a collector is present.

Callers 15

QueryResolverMethod · 0.45
WatchFilesMethod · 0.45
UploadMultipartFileMethod · 0.45
server.goFile · 0.45
mapGRPCErrorFunction · 0.45
mapGRPCErrorWithFallbackFunction · 0.45
checkRateLimitMethod · 0.45
ResolveCanvasMethod · 0.45
ResolveComponentMethod · 0.45
GitStatusMethod · 0.45
GitPushMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestExportFunction · 0.36
TestConversationsFunction · 0.36
TestTokensFunction · 0.36