Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ Error
Method
Error
api/types/jsonstream/json_error.go:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
func
(e *Error) Error() string {
11
if
e == nil {
12
return
"<nil>"
13
}
14
return
e.Message
15
}
Callers
4
doRequest
Method · 0.95
TestError
Function · 0.45
TestNilError
Function · 0.45
TestDecodeAuthConfig
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestError
Function · 0.36
TestNilError
Function · 0.36
TestDecodeAuthConfig
Function · 0.36