MCPcopy
hub / github.com/moby/moby / Error

Method Error

client/errors.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (e *httpError) Error() string {
82 return e.err.Error()
83}
84
85func (e *httpError) Unwrap() error {
86 return e.err

Calls

no outgoing calls