MCPcopy
hub / github.com/koderover/zadig / Error

Method Error

pkg/tool/errors/errors.go:62–64  ·  view source on GitHub ↗

Error ...

()

Source from the content-addressed store, hash-verified

60
61// Error ...
62func (e *HTTPError) Error() string {
63 return fmt.Sprintf("%s: %s", e.err, e.desc)
64}
65
66func (e *HTTPError) Message() string {
67 return e.err

Callers 2

TestErrorsFunction · 0.95
ErrorMessageFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestErrorsFunction · 0.76