Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 ...
62
func
(e *HTTPError) Error() string {
63
return
fmt.Sprintf(
"%s: %s"
, e.err, e.desc)
64
}
65
66
func
(e *HTTPError) Message() string {
67
return
e.err
Callers
2
TestErrors
Function · 0.95
ErrorMessage
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestErrors
Function · 0.76