MCPcopy Create free account
hub / github.com/Azure/peerd / Error

Struct Error

pkg/discovery/content/reader/interface.go:24–27  ·  view source on GitHub ↗

Error describes an error that occurred during a remote operation.

Source from the content-addressed store, hash-verified

22
23// Error describes an error that occurred during a remote operation.
24type Error struct {
25 *http.Response
26 error
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected