MCPcopy
hub / github.com/uptrace/uptrace / Error

Interface Error

pkg/httperror/httperror.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 "request_timeout", "The server timed out waiting for the request")
19
20type Error interface {
21 error
22 HTTPStatusCode() int
23}
24
25//------------------------------------------------------------------------------
26

Callers 13

httpErrorHandlerFunction · 0.65
UnlockMethod · 0.45
AfterQueryMethod · 0.45
StringMethod · 0.45
StringMethod · 0.45
ColumnMethod · 0.45
StringMethod · 0.45
cancelConnMethod · 0.45
execMethod · 0.45
isTimeoutFunction · 0.80
FromFunction · 0.80
isBadConnFunction · 0.80

Implementers 2

wrappedErrorpkg/httperror/httperror.go
httpErrorpkg/httperror/httperror.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…